WPILibC++ 2025.1.1
Loading...
Searching...
No Matches
wpi::XXH128_hash_t Struct Reference

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
 

Detailed Description

The return value from 128-bit hashes.

Stored in little endian order, although the fields themselves are in native endianness.

Member Function Documentation

◆ operator==()

bool wpi::XXH128_hash_t::operator== ( const XXH128_hash_t rhs) const
inline

Convenience equality check operator.

Member Data Documentation

◆ high64

uint64_t wpi::XXH128_hash_t::high64

value >> 64

◆ low64

uint64_t wpi::XXH128_hash_t::low64

value & 0xFFFFFFFFFFFFFFFF


The documentation for this struct was generated from the following file: