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

Macros

#define BOOST_TTI_HAS_TYPE_GEN(name)   BOOST_PP_CAT(has_type_,name) \
 Generates the macro metafunction name for BOOST_TTI_HAS_TYPE. More...
 

Macro Definition Documentation

#define BOOST_TTI_HAS_TYPE_GEN (   name)    BOOST_PP_CAT(has_type_,name) \

Generates the macro metafunction name for BOOST_TTI_HAS_TYPE.

name = the name of the type.

returns = the generated macro metafunction name.