Empirical
|
Setup tuples to be able to be used in hash tables. More...
#include <tuple_utils.h>
Public Types | |
using | tuple_t = std::tuple< TYPES... > |
using | fun_t = std::function< std::size_t(TYPES...)> |
Public Member Functions | |
std::size_t | operator() (const tuple_t &tup) const |
Setup tuples to be able to be used in hash tables.
using emp::TupleHash< TYPES >::fun_t = std::function<std::size_t(TYPES...)> |
using emp::TupleHash< TYPES >::tuple_t = std::tuple<TYPES...> |
|
inline |