Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
has_data_gen.hpp File Reference
Include dependency graph for has_data_gen.hpp:
This graph shows which files directly or indirectly include this file:

Macros

#define BOOST_TTI_HAS_DATA_GEN(name)   BOOST_PP_CAT(has_data_,name) \
 Generates the macro metafunction name for BOOST_TTI_HAS_DATA. More...
 

Macro Definition Documentation

#define BOOST_TTI_HAS_DATA_GEN (   name)    BOOST_PP_CAT(has_data_,name) \

Generates the macro metafunction name for BOOST_TTI_HAS_DATA.

name = the name of the member data.

returns = the generated macro metafunction name.