ALib C++ Library
Library Version: 2312 R0
Documentation generated by doxygen
Public Methods | List of all members
StringTreeBase< T, TNodeMaintainer, TRecycling >::NodeKey::Hash Struct Reference

Class Description

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

Hash functor for nodes hashed in field nodeTable.

Definition at line 130 of file stringtreebase.inl.

Public Methods

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

Member Function Documentation

◆ operator()()

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 137 of file stringtreebase.inl.


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