ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
StringTreeBase< TAllocator, T, TNodeHandler, TRecycling >::NodeKey::Hash Struct Reference

Description:

template<typename TAllocator, typename T, typename TNodeHandler, Recycling TRecycling>
struct alib::containers::detail::StringTreeBase< TAllocator, T, TNodeHandler, TRecycling >::NodeKey::Hash

Hash functor for nodes hashed in field nodeTable.

Definition at line 110 of file stringtreebase.inl.

Public Method Index:

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

Method Details:

◆ operator()()

template<typename TAllocator , typename T , typename TNodeHandler , Recycling 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 115 of file stringtreebase.inl.

Here is the call graph for this function:

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