arrow_upward BOOST_OPENMETHOD_DEFINE_OVERRIDER Synopsis Defined in <boost/openmethod/macros.hpp>. #define BOOST_OPENMETHOD_DEFINE_OVERRIDER(NAME, (PARAMETERS...), RETURN_TYPE) Description Defines the body of an overrider declared with BOOST_OPENMETHOD_DECLARE_OVERRIDER. It should be called in an implementation file, and followed by a function body. NAME must be an identifier. Qualified names are not allowed. Edit this Page