#include <boost/preprocessor/cat.hpp>

Macros | |
| #define | BOOST_TTI_HAS_FUNCTION_GEN(name) BOOST_PP_CAT(has_function_,name) \ | 
| Generates the macro metafunction name for BOOST_TTI_HAS_FUNCTION.  More... | |
| #define BOOST_TTI_HAS_FUNCTION_GEN | ( | name | ) | BOOST_PP_CAT(has_function_,name) \ | 
Generates the macro metafunction name for BOOST_TTI_HAS_FUNCTION.
name = the name of the static member function.
returns = the generated macro metafunction name.