ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
IniFile::EntryKey::EqualTo Struct Reference

Description:

Equality functor for nodes hashed in field entryTable.

Definition at line 198 of file inifile.hpp.

#include <inifile.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 205 of file inifile.hpp.

Here is the call graph for this function:

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