simple hash function More...
#include <lsh_functions.hpp>
Public Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
serialize | |
projection_hash_function ()=default | |
default constructor | |
projection_hash_function (IntType chosen_position) | |
constructor More... | |
bool | operator== (projection_hash_function const &other) const |
operator== | |
template<typename Range > | |
auto | operator() (Range &&range) const -> range_to_elem_t< decltype(range)> |
operator() More... | |
simple hash function
Definition at line 51 of file lsh_functions.hpp.
|
inline |
|
inline |
operator()
Range |
range |
Definition at line 89 of file lsh_functions.hpp.