proxygen
folly::LogName::Hash Struct Reference

#include <LogName.h>

Public Member Functions

size_t operator() (folly::StringPiece key) const
 

Detailed Description

Hash functor that can be used with standard library containers.

Definition at line 73 of file LogName.h.

Member Function Documentation

size_t folly::LogName::Hash::operator() ( folly::StringPiece  key) const
inline

Definition at line 74 of file LogName.h.

References folly::LogName::hash().

74  {
75  return LogName::hash(key);
76  }
static size_t hash(folly::StringPiece name)
Definition: LogName.cpp:52

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