Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
std::hash< fc::uint128 > Struct Reference

#include <uint128.hpp>

Public Member Functions

size_t operator() (const fc::uint128 &s) const
 

Detailed Description

Definition at line 147 of file uint128.hpp.

Member Function Documentation

◆ operator()()

size_t std::hash< fc::uint128 >::operator() ( const fc::uint128 & s) const
inline

Definition at line 149 of file uint128.hpp.

150 {
151 return fc::city_hash_size_t((char*)&s, sizeof(s));
152 }
size_t city_hash_size_t(const char *buf, size_t len)
Definition city.hpp:62
char * s
Here is the call graph for this function:

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