Lolly 1.4.28
|
The hashset class represents a hash set. More...
#include <hashset.hpp>
Private Member Functions | |
CONCRETE_TEMPLATE (hashset, T) | |
hashset (int n=1, int max=1) | |
Construct a new hashset object with specified values. | |
The hashset class represents a hash set.
T | The type of the data stored in the hash set. |
Definition at line 72 of file hashset.hpp.
Construct a new hashset object with specified values.
n | The number of keys (a power of two). |
max | The mean number of entries per key. |
Definition at line 81 of file hashset.hpp.