Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the develop branch, built from commit a0dc1f9511.
PrevUpHomeNext

Macro BOOST_TTI_HAS_TYPE_GEN

BOOST_TTI_HAS_TYPE_GEN — Generates the macro metafunction name for BOOST_TTI_HAS_TYPE.

Synopsis

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

BOOST_TTI_HAS_TYPE_GEN(name)

Description

name = the name of the type.

returns = the generated macro metafunction name.


PrevUpHomeNext