#include <boost/preprocessor/cat.hpp>

Macros | |
| #define | BOOST_TTI_HAS_MEMBER_DATA_GEN(name) BOOST_PP_CAT(has_member_data_,name) \ | 
| Generates the macro metafunction name for BOOST_TTI_HAS_MEMBER_DATA.  More... | |
| #define BOOST_TTI_HAS_MEMBER_DATA_GEN | ( | name | ) | BOOST_PP_CAT(has_member_data_,name) \ | 
Generates the macro metafunction name for BOOST_TTI_HAS_MEMBER_DATA.
name = the name of the member data.
returns = the generated macro metafunction name.