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

Macros

#define BOOST_TTI_MEMBER_TYPE_GEN(name)   BOOST_PP_CAT(member_type_,name) \
 Generates the macro metafunction name for BOOST_TTI_MEMBER_TYPE. More...
 

Macro Definition Documentation

#define BOOST_TTI_MEMBER_TYPE_GEN (   name)    BOOST_PP_CAT(member_type_,name) \

Generates the macro metafunction name for BOOST_TTI_MEMBER_TYPE.

name = the name of the inner type.

returns = the generated macro metafunction name.