BOOST_OPENMETHOD_OVERRIDERS

Return the class template containing the overriders for all the methods with a given name.

Synopsis

Declared in <boost/openmethod/macros.hpp>

#define BOOST_OPENMETHOD_OVERRIDERS(ID)

Description

BOOST_OPENMETHOD_OVERRIDERS expands to the name of the class template that contains the overriders for all the methods with a given name.

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

Parameters

Name

Description

ID

The method's name.

See Also