ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
InMemoryPlugin::EntryKey::EqualTo Struct Reference

Description:

Equality functor for nodes in field entryTable .

Definition at line 256 of file inmemoryplugin.hpp.

#include <inmemoryplugin.hpp>

Public Method Index:

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

Method Details:

◆ operator()()

bool operator() ( const EntryKey & lhs,
const EntryKey & 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 265 of file inmemoryplugin.hpp.

Here is the call graph for this function:

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