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

#include <IPAddressV6.h>

Public Member Functions

size_t operator() (const folly::IPAddressV6 &addr) const
 

Detailed Description

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

Definition at line 439 of file IPAddressV6.h.

Member Function Documentation

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

Definition at line 440 of file IPAddressV6.h.

References folly::IPAddressV6::hash().

440  {
441  return addr.hash();
442  }
size_t hash() const

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