template<class K>
nCine::xxHash32Func class

xxHash3 hash function producing a 32-bit value

Hashes the raw bytes of the key with xxHash3 and truncates the result to 32 bits. Specializations are provided for C strings, Death::Containers::String and Death::Containers::Pair.

Public functions

auto operator()(const K& key) const -> hash_t