#include <boost/preprocessor/cat.hpp>
Macros | |
#define | BOOST_TTI_HAS_TEMPLATE_GEN(name) BOOST_PP_CAT(has_template_,name) \ |
Generates the macro metafunction name for BOOST_TTI_HAS_TEMPLATE. More... | |
#define BOOST_TTI_HAS_TEMPLATE_GEN | ( | name | ) | BOOST_PP_CAT(has_template_,name) \ |
Generates the macro metafunction name for BOOST_TTI_HAS_TEMPLATE.
name = the name of the class template.
returns = the generated macro metafunction name.