libboxes
boxes is a set of specialised containers built on top of STL
|
Abstracts a hash family functor that requires a seed n times with different seed. More...
#include <hash_utils.hpp>
Public Member Functions | |
HashWithSeedFamily (std::size_t n) | |
Defines a hash family functor that uses a given hash functor requiring a seed and instantiates it n times with random seeds. More... | |
Abstracts a hash family functor that requires a seed n times with different seed.
HashT | type of the hash functor |
Definition at line 203 of file hash_utils.hpp.
|
inlineexplicit |
Defines a hash family functor that uses a given hash functor requiring a seed and instantiates it n times with random seeds.
n | number of hash functions in the family |
Definition at line 211 of file hash_utils.hpp.