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

Description:

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

Equality functor for nodes in field nodeTable.

Definition at line 171 of file stringtreebase.inl.

Public Method Index:

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

Method Details:

◆ operator()()

template<typename T , typename TNodeMaintainer , typename TRecycling >
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 180 of file stringtreebase.inl.


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