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

Here is the call graph for this function:

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