#include <boost/preprocessor/cat.hpp>
Macros | |
#define | BOOST_TTI_HAS_MEMBER_FUNCTION_GEN(name) BOOST_PP_CAT(has_member_function_,name) \ |
Generates the macro metafunction name for BOOST_TTI_HAS_MEMBER_FUNCTION. More... | |
#define BOOST_TTI_HAS_MEMBER_FUNCTION_GEN | ( | name | ) | BOOST_PP_CAT(has_member_function_,name) \ |
Generates the macro metafunction name for BOOST_TTI_HAS_MEMBER_FUNCTION.
name = the name of the member function.
returns = the generated macro metafunction name.