BOOST_OPENMETHOD_TYPE

Expand to a core method specialization.

Synopsis

Declared in <boost/openmethod/macros.hpp>

#define BOOST_OPENMETHOD_TYPE(ID, PARAMETERS, …​)

Description

Expands to the core boost::openmethod::method specialization created by BOOST_OPENMETHOD called with the same arguments.

ID must be an identifier. Qualified names are not allowed.

Parameters

Name

Description

ID

The method's name.

PARAMETERS

The method's parameter list, in parentheses.

...

The method's return type, optionally followed by the registry.

See Also

Created with MrDocs