Class Index | Cross Index | Namespace Index |
Case-Insensitive Compare Functional
Contained in: global
Derived from:
none
Derived by:
none
#include "general/util.hh"
public function member index: |
|||
bool | operator () | (const std::string& s1, const std::string& s2) const; | Overloaded call operator. |
Parameters:
Parameter | Description |
const std::string& s1 | A reference to the first string object. |
const std::string& s2 | A reference to the second string object. |
Return value:
boolTrue if strings are equal, false otherwise.