dice-hash
Hash function for stl types and container
|
Public Member Functions | |
bool | operator== (const uint128_t &other) |
bool | operator> (const uint128_t &other) |
bool | operator>= (const uint128_t &other) |
bool | operator< (const uint128_t &other) |
bool | operator<= (const uint128_t &other) |
bool | operator!= (const uint128_t &other) |
uint128_t (uint64_t low, uint64_t high) | |
Public Attributes | |
uint64_t | low64 = 0 |
uint64_t | high64 = 0 |