|
libstdc++
|
Public Member Functions | |
| type_index (const type_info &__rhs) | |
| size_t | hash_code () const |
| const char * | name () const |
| bool | operator!= (const type_index &__rhs) const |
| bool | operator< (const type_index &__rhs) const |
| bool | operator<= (const type_index &__rhs) const |
| bool | operator== (const type_index &__rhs) const |
| bool | operator> (const type_index &__rhs) const |
| bool | operator>= (const type_index &__rhs) const |
The class type_index provides a simple wrapper for type_info which can be used as an index type in associative containers (23.6) and in unordered associative containers (23.7).