|
proxygen
|
#include <F14TestUtil.h>
Public Types | |
| using | HasherFunc = folly::Function< std::size_t(T const &)> |
Public Member Functions | |
| GenericHasher ()=delete | |
| template<typename H > | |
| GenericHasher (H &&hasher) | |
| std::size_t | operator() (T const &val) const |
Private Attributes | |
| std::shared_ptr< HasherFunc > | hasher_ |
Definition at line 562 of file F14TestUtil.h.
| using folly::f14::GenericHasher< T >::HasherFunc = folly::Function<std::size_t(T const&)> |
Definition at line 564 of file F14TestUtil.h.
|
delete |
|
inline |
Definition at line 569 of file F14TestUtil.h.
|
inline |
Definition at line 572 of file F14TestUtil.h.
References val.
|
private |
Definition at line 577 of file F14TestUtil.h.