#include <nCine/Base/HashFunctions.h>
template<class K>
xxHash64Func class
xxHash3 hash function producing a 64-bit value
Hashes the raw bytes of the key with xxHash3. Specializations are provided for C strings, Death::
Public functions
-
auto operator()(const K& key) const -> hash64_
t