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

Class Description

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

Equality functor for nodes in field nodeTable.

Definition at line 153 of file stringtreebase.inl.

Public Methods

bool operator() (const NodeKey &lhs, const NodeKey &rhs) const
 

Member Function Documentation

◆ operator()()

bool operator() ( const NodeKey lhs,
const NodeKey rhs 
) const
inline

Invokes String::Equals on lhs, passing rhs and returns the result.

Parameters
lhsThe first string object.
rhsThe second string object.
Returns
The result of the string comparison.

Definition at line 162 of file stringtreebase.inl.


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