Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
stl_type_index.hpp File Reference

Contains boost::typeindex::stl_type_index class. More...

Include dependency graph for stl_type_index.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::typeindex::stl_type_index
 This class is a wrapper around std::type_info, that workarounds issues and provides much more rich interface. More...
 
class  boost::typeindex::detail::cvr_saver< T >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::typeindex
 
 boost::typeindex::detail
 

Detailed Description

Contains boost::typeindex::stl_type_index class.

boost::typeindex::stl_type_index class can be used as a drop-in replacement for std::type_index.

It is used in situations when RTTI is enabled or typeid() method is available. When typeid() is disabled or BOOST_TYPE_INDEX_FORCE_NO_RTTI_COMPATIBILITY macro is defined boost::typeindex::ctti is usually used instead of boost::typeindex::stl_type_index.