90 [[nodiscard]]
inline HashType
hash(
const T& value )
noexcept;
93#include "nfx/detail/hashing/Hash.inl"
STL-compatible hash functor for use with unordered containers.
HashType hash(const T &value) noexcept
Hash a value with explicit type and hash size specification.
constexpr uint32_t FNV_OFFSET_BASIS_32
FNV-1a 32-bit offset basis constant.
constexpr uint64_t FNV_OFFSET_BASIS_64
FNV-1a 64-bit offset basis constant.
C++20 concepts and type traits for nfx-hashing library.
Concept requiring type to be either uint32_t or uint64_t.