Primary class template hash.
More...
List of all members.
Public Types
Public Member Functions
-
size_t operator() (_Tp __val) const
-
template<> size_t operator() (double __val) const
-
template<> size_t operator() (float __val) const
-
template<> size_t operator() (unsigned long long __val) const
-
template<> size_t operator() (unsigned long __val) const
-
template<> size_t operator() (unsigned int __val) const
-
template<> size_t operator() (unsigned short __val) const
-
template<> size_t operator() (long long __val) const
-
template<> size_t operator() (long __val) const
-
template<> size_t operator() (int __val) const
-
template<> size_t operator() (short __val) const
-
template<> size_t operator() (char32_t __val) const
-
template<> size_t operator() (char16_t __val) const
-
template<> size_t operator() (wchar_t __val) const
-
template<> size_t operator() (unsigned char __val) const
-
template<> size_t operator() (signed char __val) const
-
template<> size_t operator() (char __val) const
-
template<> size_t operator() (bool __val) const
Detailed Description
template<typename _Tp>
struct std::hash< _Tp >
Primary class template hash.
Definition at line 50 of file functional_hash.h.
Member Typedef Documentation
argument_type
is the type of the /// argument (no surprises here)
Definition at line 102 of file stl_function.h.
The documentation for this struct was generated from the following file: