#include <hashset.hpp>
Helper struct used for implementing HashSet. This type is used as template parameter TAccess of HashTable.
TStored | The object type stored in the set, which is the same as the key type. |
Definition at line 25 of file hashset.hpp.
Public Methods | |
TStored & | Key (TStored &src) const |
void | Mapped (TStored &) const |
|
inline |
Returns the given src as is.
src | The value of the element to hash. |
Definition at line 30 of file hashset.hpp.
|
inline |
This will never be called.
Definition at line 36 of file hashset.hpp.