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

#include <ip.hpp>

Public Member Functions

size_t operator() (const fc::ip::endpoint &e) const
 

Detailed Description

Definition at line 121 of file ip.hpp.

Member Function Documentation

◆ operator()()

size_t std::hash< fc::ip::endpoint >::operator() ( const fc::ip::endpoint & e) const
inline

Definition at line 123 of file ip.hpp.

124 {
125 return fc::city_hash_size_t( (char*)&e, sizeof(e) );
126 }
size_t city_hash_size_t(const char *buf, size_t len)
Definition city.hpp:62
Here is the call graph for this function:

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