BOOST_OPENMETHOD_OVERRIDER

Return the class template specialization containing an overrider.

Synopsis

Declared in <boost/openmethod/macros.hpp>

#define BOOST_OPENMETHOD_OVERRIDER(ID, PARAMETERS, …​)

Description

Expands to the specialization of the class template that contains the overrider with the given name, parameter list and return type.

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

Parameters

Name

Description

ID

The method's name.

PARAMETERS

The overrider's parameter list, in parentheses.

...

The overrider's return type.

See Also

Created with MrDocs