Utility class to compare characters in a case-independent way. More...
#include <utl/StringCompare.h>
Public Member Functions | |
bool | operator() (const char a, const char b) const |
Utility class to compare characters in a case-independent way.
This class is a predicate to be used in a string comparison. The comparison is done using the standard tolower function, which implies that the locale is taken into account.
Definition at line 24 of file StringCompare.h.
|
inline |
Definition at line 26 of file StringCompare.h.