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.
|
|
Parameters
Name |
Description |
ID |
The method's name. |
PARAMETERS |
The overrider's parameter list, in parentheses. |
... |
The overrider's return type. |