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 an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

Macro BOOST_TTI_HAS_STATIC_MEMBER_FUNCTION_GEN

BOOST_TTI_HAS_STATIC_MEMBER_FUNCTION_GEN — Generates the macro metafunction name for BOOST_TTI_HAS_STATIC_MEMBER_FUNCTION.

Synopsis

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

BOOST_TTI_HAS_STATIC_MEMBER_FUNCTION_GEN(name)

Description

name = the name of the static member function.

returns = the generated macro metafunction name.


PrevUpHomeNext