table of contents
other versions
- experimental 15-20250130-2
std::hash< _Tp >(3cxx) | std::hash< _Tp >(3cxx) |
NAME¶
std::hash< _Tp > - Primary class template hash.
SYNOPSIS¶
#include <functional>
Inherits __conditional_t< __is_enum(_Tp), __hash_enum< _Tp >, __hash_not_enabled< _Tp > >.
Detailed Description¶
template<typename _Tp>¶
struct std::hash< _Tp >"Primary class template hash.
Primary class template hash, usable for enum types only.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
libstdc++ |