![]() |
Home | Libraries | People | FAQ | More |
boost::typeindex::stl_type_index
// In header: <boost/type_index/stl_type_index.hpp> class stl_type_index : public { public: // types typedef ; // construct/copy/destruct () ; () ; // public member functions () ; () ; () ; () ; () ; (stl_type_index &) ; (stl_type_index &) ; // public static functions template<typename T> stl_type_index () ; template<typename T> stl_type_index () ; template<typename T> stl_type_index () ; };
This class is a wrapper around std::type_info, that workarounds issues and provides much more rich interface. For description of functions see type_index_facade.
This class requires typeid() to work. For cases when RTTI is disabled see ctti_type_index.
stl_type_index
public member functions() ;
() ;
() ;
() ;
() ;
(stl_type_index & rhs) ;
(stl_type_index & rhs) ;
stl_type_index
public static functionstemplate<typename T> stl_type_index () ;
template<typename T> stl_type_index () ;
template<typename T> stl_type_index ( value) ;