#include <boost/preprocessor/cat.hpp>
Macros | |
#define | BOOST_TTI_HAS_TYPE_GEN(name) BOOST_PP_CAT(has_type_,name) \ |
Generates the macro metafunction name for BOOST_TTI_HAS_TYPE. More... | |
#define BOOST_TTI_HAS_TYPE_GEN | ( | name | ) | BOOST_PP_CAT(has_type_,name) \ |
Generates the macro metafunction name for BOOST_TTI_HAS_TYPE.
name = the name of the type.
returns = the generated macro metafunction name.