Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
typeid_of.hpp File Reference
#include <boost/type_traits/remove_cv.hpp>
#include <boost/type_traits/remove_reference.hpp>
#include <boost/type_erasure/detail/access.hpp>
#include <boost/type_erasure/any.hpp>
#include <boost/type_erasure/binding.hpp>
Include dependency graph for typeid_of.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::type_erasure
 

Functions

template<class Concept , class T >
const std::type_info & boost::type_erasure::typeid_of (const any< Concept, T > &arg)
 The first form returns the type currently stored in an any. More...
 
template<class Concept , class T >
const std::type_info & boost::type_erasure::typeid_of (const param< Concept, T > &arg)
 
template<class T , class Concept >
const std::type_info & boost::type_erasure::typeid_of (const binding< Concept > &binding_arg)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...