Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Macro BOOST_TTI_MEMBER_TYPE_GEN

BOOST_TTI_MEMBER_TYPE_GEN — Generates the macro metafunction name for BOOST_TTI_MEMBER_TYPE.

Synopsis

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

BOOST_TTI_MEMBER_TYPE_GEN(name)

Description

name = the name of the inner type.

returns = the generated macro metafunction name.


PrevUpHomeNext