ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
StringTreeBase< T, TNodeMaintainer, TRecycling >::NodeKey::Hash Struct Reference

Description:

template<typename T, typename TNodeMaintainer, typename TRecycling>
struct alib::monomem::detail::StringTreeBase< T, TNodeMaintainer, TRecycling >::NodeKey::Hash

Hash functor for nodes hashed in field nodeTable.

Definition at line 147 of file stringtreebase.inl.

Public Method Index:

std::size_t operator() (const NodeKey &key) const
 

Method Details:

◆ operator()()

template<typename T , typename TNodeMaintainer , typename TRecycling >
std::size_t operator() ( const NodeKey & key) const
inline

Calculates a hash code for NodeKey objects.

Parameters
keyThe key to hash.
Returns
The hash code.

Definition at line 154 of file stringtreebase.inl.

Here is the call graph for this function:

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