|
kblib 0.2.3
General utilities library for modern C++
|
Classes | |
| struct | fnv_offset |
| The starting value for the FNVa hash algorithm, as a type trait. More... | |
| struct | fnv_offset< std::uint32_t > |
| struct | fnv_offset< std::uint64_t > |
| struct | fnv_prime |
| The prime to use for the FNVa hash algorithm, as a type trait. More... | |
| struct | fnv_prime< std::uint32_t > |
| struct | fnv_prime< std::uint64_t > |