![]() |
Home | Libraries | People | FAQ | More |
boost::typeindex::type_id
// In header: <boost/type_index.hpp> template<typename T> ();
Function to get boost::typeindex::type_index for a type T. Removes const, volatile && and & modifiers from T.
Example:
Template Parameters: |
|
||
Returns: |
boost::typeindex::type_index with information about the specified type T. |
||
Throws: |
Nothing. |