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

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...
 

Macro Definition Documentation

#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.