BOOST_OPENMETHOD_OVERRIDER

Synopsis

Defined in <boost/openmethod/macros.hpp>.

#define BOOST_OPENMETHOD_OVERRIDER(ID, (PARAMETERS...), RETURN_TYPE)

Description

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

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