type_index( const std::type_info& info ); | (since C++11) |
Constructs the type index from std::type_info
object.
Parameters
info | - | type information object |
type_index( const std::type_info& info ); | (since C++11) |
Constructs the type index from std::type_info
object.
info | - | type information object |
Please login to continue.