QuickCppLib 0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
Loading...
Searching...
No Matches
quickcpplib::_xxx::integers128::uint128_hasher Struct Reference

Hashes a uint128. More...

#include "uint128.hpp"

Public Member Functions

size_t operator() (const uint128 &v) const
 

Detailed Description

Hashes a uint128.

Member Function Documentation

◆ operator()()

size_t quickcpplib::_xxx::integers128::uint128_hasher::operator() ( const uint128 v) const
inline
313{ return (size_t) (v.as_longlongs[0] ^ v.as_longlongs[1]); }

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