kblib
0.2.3
General utilities library for modern C++
|
Container hasher, for contiguously-stored trivial elements. More...
#include <kblib/hash.h>
Public Member Functions | |
auto | hash_fast (const Container &key, HashInt offset) const noexcept -> HashInt |
auto | operator() (const Container &key, HashInt offset=fnv::fnv_offset< HashInt >::value) const noexcept -> HashInt |
Container hasher, for contiguously-stored trivial elements.
|
inlinenoexcept |
|
inlinenoexcept |