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 to view this page for the latest version.
PrevUpHomeNext

Header <boost/tti/member_type.hpp>


BOOST_TTI_TRAIT_MEMBER_TYPE(trait, name)
BOOST_TTI_MEMBER_TYPE(name)
namespace boost {
  namespace tti {
    template<typename TTI_METAFUNCTION> struct valid_member_metafunction;
    template<typename BOOST_TTI_TP_T, 
             typename BOOST_TTI_TP_MARKER_TYPE = BOOST_TTI_NAMESPACE::detail::notype> 
      struct valid_member_type;
  }
}

PrevUpHomeNext