arrow_upward BOOST_OPENMETHOD_OVERRIDERS Synopsis Defined in <boost/openmethod/macros.hpp>. #define BOOST_OPENMETHOD_OVERRIDERS(NAME) \ BOOST_PP_CAT(BOOST_OPENMETHOD_ID(NAME), _overriders) Description BOOST_OPENMETHOD_OVERRIDERS expands to the name of the class template that contains the overriders for all the methods with a given name. Edit this Page