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

PrevUpHomeNext

Macro BOOST_TTI_HAS_UNION_GEN

BOOST_TTI_HAS_UNION_GEN — Generates the macro metafunction name for BOOST_TTI_HAS_UNION.

Synopsis

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

BOOST_TTI_HAS_UNION_GEN(name)

Description

name = the name of the union.

returns = the generated macro metafunction name.


PrevUpHomeNext