#include <Hash.h>
|
| template<class T > |
| size_t | operator() (const T &v) const noexcept(noexcept(hasher< T >()(v))) |
| |
| template<class T , class... Ts> |
| size_t | operator() (const T &t, const Ts &...ts) const |
| |
Definition at line 360 of file Hash.h.
template<class T >
| size_t folly::Hash::operator() |
( |
const T & |
v | ) |
const |
|
inlinenoexcept |
template<class T , class... Ts>
| size_t folly::Hash::operator() |
( |
const T & |
t, |
|
|
const Ts &... |
ts |
|
) |
| const |
|
inline |
The documentation for this struct was generated from the following file:
- proxygen/folly/folly/hash/Hash.h