|
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...
|
|