libstdc++
|
Public Types | |
typedef _Tp | argument_type |
typedef size_t | result_type |
Public Member Functions | |
size_t | operator() (_Tp __val) const |
template<> | |
size_t | operator() (bool __val) const |
template<> | |
size_t | operator() (char __val) const |
template<> | |
size_t | operator() (signed char __val) const |
template<> | |
size_t | operator() (unsigned char __val) const |
template<> | |
size_t | operator() (wchar_t __val) const |
template<> | |
size_t | operator() (error_code) const |
template<> | |
size_t | operator() (char16_t __val) const |
template<> | |
size_t | operator() (char32_t __val) const |
template<> | |
size_t | operator() (short __val) const |
template<> | |
size_t | operator() (int __val) const |
template<> | |
size_t | operator() (long __val) const |
template<> | |
size_t | operator() (long long __val) const |
template<> | |
size_t | operator() (unsigned short __val) const |
template<> | |
size_t | operator() (unsigned int __val) const |
template<> | |
size_t | operator() (unsigned long __val) const |
template<> | |
size_t | operator() (unsigned long long __val) const |
template<> | |
size_t | operator() (float __val) const |
template<> | |
size_t | operator() (double __val) const |
template<> | |
size_t | operator() (long double __val) const |
template<> | |
size_t | operator() (string) const |
template<> | |
size_t | operator() (const string &) const |
template<> | |
size_t | operator() (wstring) const |
template<> | |
size_t | operator() (const wstring &) const |
Class template hash.
Definition at line 38 of file tr1_impl/functional_hash.h.
|
inherited |
argument_type
is the type of the argument (no surprises here)
Definition at line 102 of file stl_function.h.
|
inherited |
result_type
is the return type
Definition at line 105 of file stl_function.h.