![]() |
Deskflow 1.24.0.365
Keyboard and mouse sharing utility
|
Case-insensitive comparisons. More...
#include <String.h>
Public Member Functions | |
| bool | operator() (const std::string &a, const std::string &b) const |
| Same as less(). | |
Static Public Member Functions | |
| static bool | less (const std::string_view &a, const std::string_view &b) |
Returns true iff a is lexicographically less than b. | |
| static bool | equal (const std::string &a, const std::string &b) |
Returns true iff a is lexicographically equal to b. | |
| static bool | cmpLess (const std::string::value_type &a, const std::string::value_type &b) |
Returns true iff a is lexicographically less than b. | |
Case-insensitive comparisons.
This class provides case-insensitve comparison functions.
|
static |
Returns true iff a is lexicographically less than b.
|
static |
Returns true iff a is lexicographically equal to b.
|
static |
Returns true iff a is lexicographically less than b.
| bool deskflow::string::CaselessCmp::operator() | ( | const std::string & | a, |
| const std::string & | b ) const |
Same as less().