Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Macro BOOST_TTI_HAS_STATIC_MEMBER_FUNCTION_TEMPLATE_GEN

BOOST_TTI_HAS_STATIC_MEMBER_FUNCTION_TEMPLATE_GEN — Generates the macro metafunction name for BOOST_TTI_HAS_STATIC_MEMBER_FUNCTION_TEMPLATE.

Synopsis

// In header: <boost/tti/gen/has_static_member_function_template_gen.hpp>

BOOST_TTI_HAS_STATIC_MEMBER_FUNCTION_TEMPLATE_GEN(name)

Description

name = the name of the static member function template.

returns = the generated macro metafunction name.


PrevUpHomeNext