#include <nCine/Base/HashFunctions.h>
template<class K>
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::
Public functions
-
auto operator()(const K& key) const -> hash_
t