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

Description:

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

Equality functor for nodes in field nodeTable.

Definition at line 123 of file stringtreebase.inl.

Public Method Index:

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

Method Details:

◆ operator()()

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


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