implements an equality tester between strings More...
#include <klfutil.h>
Public Member Functions | |
klfStrCaseEqualFunc (Qt::CaseSensitivity caseSensitive) | |
bool | operator() (const QString &a, const QString &b) |
implements an equality tester between strings
Can be used in eg. klfMapIsIncludedIn().
It is possible to specify whether to compare strings case sensitive or insensitive.
See also klfEqualFunc.
klfStrCaseEqualFunc::klfStrCaseEqualFunc | ( | Qt::CaseSensitivity | caseSensitive | ) | [inline] |
Definition at line 69 of file klfutil.h.
References QString::compare().