![]() |
Raven Engine v0.1
|
Namespaces | |
| namespace | Crux |
| namespace | Crux::Hash |
Functions | |
| template<class T> | |
| constexpr unsigned long long | Crux::Hash::FNV1a64 (const T &toHash) |
| Computes the 64-bit FNV-1a hash of a string-like object at compile time. | |
| constexpr unsigned long long | Crux::Hash::Hash64 (unsigned long long x) noexcept |
| Computes the 64-bit FNV-1a hash of an integral value. (Name change pending) | |