ldas-tools-al
2.6.0
|
Case-Insensitive Compare Functional. More...
#include <util.hh>
Public Member Functions | |
bool | operator() (const std::string &s1, const std::string &s2) const |
Overloaded call operator. More... | |
Case-Insensitive Compare Functional.
A Function Object used to perform a case-insensitive compare of two string objects.
|
inline |
Overloaded call operator.
s1 | A reference to the first string object. |
s2 | A reference to the second string object. |