WPILibC++ 2025.1.1
|
The return value from 128-bit hashes. More...
#include <wpi/xxhash.h>
Public Member Functions | |
bool | operator== (const XXH128_hash_t rhs) const |
Convenience equality check operator. | |
Public Attributes | |
uint64_t | low64 |
uint64_t | high64 |
The return value from 128-bit hashes.
Stored in little endian order, although the fields themselves are in native endianness.
|
inline |
Convenience equality check operator.
uint64_t wpi::XXH128_hash_t::high64 |
value >> 64
uint64_t wpi::XXH128_hash_t::low64 |
value & 0xFFFFFFFFFFFFFFFF