proxygen
folly::hasher< std::tuple< Ts... > > Struct Template Reference

#include <Hash.h>

Public Member Functions

size_t operator() (const std::tuple< Ts... > &key) const
 

Detailed Description

template<typename... Ts>
struct folly::hasher< std::tuple< Ts... > >

Definition at line 528 of file Hash.h.

Member Function Documentation

template<typename... Ts>
size_t folly::hasher< std::tuple< Ts... > >::operator() ( const std::tuple< Ts... > &  key) const
inline

Definition at line 529 of file Hash.h.

References folly::apply().

529  {
530  return apply(Hash(), key);
531  }
decltype(auto) constexpr apply(F &&func, Tuple &&tuple)
Definition: ApplyTuple.h:87

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