.TH "std::type_index" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::type_index \- Class type_index\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBtype_index\fP (\fBconst\fP \fBtype_info\fP &\fB__rhs\fP) \fBnoexcept\fP" .br .ti -1c .RI "size_t \fBhash_code\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fBconst\fP char * \fBname\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "bool \fBoperator!=\fP (\fBconst\fP \fBtype_index\fP &\fB__rhs\fP) \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "bool \fBoperator<\fP (\fBconst\fP \fBtype_index\fP &\fB__rhs\fP) \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "bool \fBoperator<=\fP (\fBconst\fP \fBtype_index\fP &\fB__rhs\fP) \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "bool \fBoperator==\fP (\fBconst\fP \fBtype_index\fP &\fB__rhs\fP) \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "bool \fBoperator>\fP (\fBconst\fP \fBtype_index\fP &\fB__rhs\fP) \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "bool \fBoperator>=\fP (\fBconst\fP \fBtype_index\fP &\fB__rhs\fP) \fBconst\fP \fBnoexcept\fP" .br .in -1c .SH "Detailed Description" .PP Class type_index\&. 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)\&. .PP Definition at line \fB52\fP of file \fBtypeindex\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "std::type_index::type_index (\fBconst\fP \fBtype_info\fP & __rhs)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB54\fP of file \fBtypeindex\fP\&. .SH "Member Function Documentation" .PP .SS "size_t std::type_index::hash_code () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB82\fP of file \fBtypeindex\fP\&. .SS "\fBconst\fP char * std::type_index::name () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB86\fP of file \fBtypeindex\fP\&. .SS "bool std::type_index::operator!= (\fBconst\fP \fBtype_index\fP & __rhs) const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB62\fP of file \fBtypeindex\fP\&. .SS "bool std::type_index::operator< (\fBconst\fP \fBtype_index\fP & __rhs) const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB65\fP of file \fBtypeindex\fP\&. .SS "bool std::type_index::operator<= (\fBconst\fP \fBtype_index\fP & __rhs) const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB69\fP of file \fBtypeindex\fP\&. .SS "bool std::type_index::operator== (\fBconst\fP \fBtype_index\fP & __rhs) const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB58\fP of file \fBtypeindex\fP\&. .SS "bool std::type_index::operator> (\fBconst\fP \fBtype_index\fP & __rhs) const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB74\fP of file \fBtypeindex\fP\&. .SS "bool std::type_index::operator>= (\fBconst\fP \fBtype_index\fP & __rhs) const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB78\fP of file \fBtypeindex\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.