table of contents
std::_Fnv_hash(3) | Library Functions Manual | std::_Fnv_hash(3) |
NAME¶
std::_Fnv_hash -
Dummy generic implementation (for sizeof(size_t) != 4, 8).
SYNOPSIS¶
Static Public Member Functions¶
static size_t hash (const char *__first, size_t __length)
Detailed Description¶
template<size_t = sizeof(size_t)> struct std::_Fnv_hash< size_t >¶
Dummy generic implementation (for sizeof(size_t) != 4, 8).
Definition at line 85 of file tr1_impl/functional_hash.h.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
19 Jun 2018 | libstdc++ |