ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
HashSetAccess< TStored > Struct Template Reference

Description:

template<typename TStored>
struct alib::monomem::detail::HashSetAccess< TStored >

Helper struct used for implementing HashSet . This type is used as template parameter TAccess of HashTable .

Template Parameters
TStoredThe object type stored in the set, which is the same as the key type.

Definition at line 25 of file hashset.hpp.

#include <hashset.hpp>

Public Method Index:

TStored & Key (TStored &src) const
 
void Mapped (TStored &) const
 

Method Details:

◆ Key()

template<typename TStored >
TStored & Key ( TStored & src) const
inline

Returns the given src as is.

Parameters
srcThe value of the element to hash.
Returns
The key-portion of the stored value.

Definition at line 30 of file hashset.hpp.

◆ Mapped()

template<typename TStored >
void Mapped ( TStored & ) const
inline

This will never be called.

Definition at line 36 of file hashset.hpp.


The documentation for this struct was generated from the following file: