QuickCppLib 0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
|
A STL compatible hash based on the high quality FNV1 hash algorithm. More...
#include "hash.hpp"
Public Types | |
using | working_type = uint32_t |
Public Member Functions | |
size_t | operator() (T v) const |
Static Public Member Functions | |
static constexpr working_type | begin () noexcept |
static constexpr void | add (working_type &ret, T v) noexcept |
Static Public Attributes | |
static constexpr working_type | basis = 2166136261U |
static constexpr working_type | prime = 16777619U |
A STL compatible hash based on the high quality FNV1 hash algorithm.
using quickcpplib::_xxx::algorithm::hash::fnv1a_hash< T >::working_type = uint32_t |
|
inlinestaticconstexprnoexcept |
|
inlinestaticconstexprnoexcept |
|
inline |
|
staticconstexpr |
|
static |