Manpages - std_type_index.3
Table of Contents
- NAME
- SYNOPSIS
- Detailed Description
- Constructor & Destructor Documentation
- Member Function Documentation
- size_t std::type_index::hash_code () const= [inline]=, = [noexcept]=
- const char * std::type_index::name () const= [inline]=, = [noexcept]=
- bool std::type_index::operator!= (const type_index & __rhs)
- bool std::type_index::operator< (const type_index & __rhs)
- bool std::type_index::operator<= (const type_index & __rhs)
- bool std::type_index::operator== (const type_index & __rhs)
- bool std::type_index::operator> (const type_index & __rhs)
- bool std::type_index::operator>= (const type_index & __rhs)
- Author
NAME
std::type_index - Class type_index.
SYNOPSIS
Public Member Functions
type_index (const type_info &__rhs) noexcept
size_t hash_code () const noexcept
const char * name () 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
bool operator>= (const type_index &__rhs) const noexcept
Detailed Description
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).
Definition at line 55 of file typeindex.
Constructor & Destructor Documentation
std::type_index::type_index (const type_info & __rhs)= [inline]=,
= [noexcept]= Definition at line 57 of file typeindex.
Member Function Documentation
size_t std::type_index::hash_code () const= [inline]=, = [noexcept]=
Definition at line 99 of file typeindex.
const char * std::type_index::name () const= [inline]=, = [noexcept]=
Definition at line 103 of file typeindex.
bool std::type_index::operator!= (const type_index & __rhs)
const= [inline]=, = [noexcept]= Definition at line 66 of file typeindex.
bool std::type_index::operator< (const type_index & __rhs)
const= [inline]=, = [noexcept]= Definition at line 70 of file typeindex.
bool std::type_index::operator<= (const type_index & __rhs)
const= [inline]=, = [noexcept]= Definition at line 74 of file typeindex.
bool std::type_index::operator== (const type_index & __rhs)
const= [inline]=, = [noexcept]= Definition at line 61 of file typeindex.
bool std::type_index::operator> (const type_index & __rhs)
const= [inline]=, = [noexcept]= Definition at line 79 of file typeindex.
bool std::type_index::operator>= (const type_index & __rhs)
const= [inline]=, = [noexcept]= Definition at line 83 of file typeindex.
Author
Generated automatically by Doxygen for libstdc++ from the source code.