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

#include <SocketAddress.h>

Public Member Functions

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

Detailed Description

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

Definition at line 627 of file SocketAddress.h.

Member Function Documentation

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

Definition at line 628 of file SocketAddress.h.

References folly::SocketAddress::hash().

628  {
629  return addr.hash();
630  }
size_t hash() const

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