Case-Insensitive Compare Functional.
More...
#include <util.hh>
|
bool | operator() (const std::string &s1, const std::string &s2) const |
| Overloaded call operator. More...
|
|
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.
◆ operator()() [1/2]
bool LDASTools::AL::CaseInsensitiveCmp::operator() |
( |
const std::string & |
s1, |
|
|
const std::string & |
s2 |
|
) |
| const |
|
inline |
Overloaded call operator.
- Parameters
-
s1 | A reference to the first string object. |
s2 | A reference to the second string object. |
- Returns
- bool True if strings are equal, false otherwise.
◆ operator()() [2/2]
bool LDASTools::AL::CaseInsensitiveCmp::operator() |
( |
const std::string & |
s1, |
|
|
const std::string & |
s2 |
|
) |
| const |
|
inline |
Overloaded call operator.
- Parameters
-
s1 | A reference to the first string object. |
s2 | A reference to the second string object. |
- Returns
- bool True if strings are equal, false otherwise.
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/ldas-tools-al-2.6.4/build/include/ldastoolsal/util.hh