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

#include <Request.h>

Public Member Functions

size_t operator() (const folly::RequestToken &token) const
 

Detailed Description

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

Definition at line 56 of file Request.h.

Member Function Documentation

size_t std::hash< folly::RequestToken >::operator() ( const folly::RequestToken token) const
inline

Definition at line 57 of file Request.h.

References folly::RequestToken::token_.

57  {
58  return hash<uint32_t>()(token.token_);
59  }
uint32_t token_
Definition: Request.h:49

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