ALib C++ Framework
by
Library Version: 2511 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::containers::detail::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 94 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 alib::containers::detail::StringTreeBase< TAllocator, T, TNodeHandler, TRecycling >::NodeKey::Hash::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 99 of file stringtreebase.inl.


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