proxygen
std::hash< folly::IPAddressV4 > Struct Template Reference

#include <IPAddressV4.h>

Public Member Functions

size_t operator() (const folly::IPAddressV4 addr) const
 

Detailed Description

template<>
struct std::hash< folly::IPAddressV4 >

Definition at line 342 of file IPAddressV4.h.

Member Function Documentation

size_t std::hash< folly::IPAddressV4 >::operator() ( const folly::IPAddressV4  addr) const
inline

Definition at line 343 of file IPAddressV4.h.

References folly::IPAddressV4::hash().

343  {
344  return addr.hash();
345  }
size_t hash() const
Definition: IPAddressV4.h:165

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