Provided by: libstdc++6-4.7-doc_4.7.3-12ubuntu1_all
NAME
std::type_index -
SYNOPSIS
Public Member Functions type_index (const type_info &__rhs) noexcept size_t hash_code () const noexcept const char * name () const bool operator!= (const type_index &__rhs) const noexcept bool operator< (const type_index &__rhs) const noexcept bool operator<= (const type_index &__rhs) const noexcept bool operator== (const type_index &__rhs) const noexcept bool operator> (const type_index &__rhs) const noexcept bool operator>= (const type_index &__rhs) const noexcept
Detailed Description
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). Definition at line 49 of file typeindex.
Author
Generated automatically by Doxygen for libstdc++ from the source code.