|
static bool | equal (const std::string &s1, const std::string &s2) |
|
static bool | equal (const char *s1, const char *s2) |
|
static bool | equal (const char *s1, const char *s2, size_t n) |
|
static bool stringutils::equal |
( |
const std::string & |
s1, |
|
|
const std::string & |
s2 |
|
) |
| |
|
inlinestatic |
Compares two strings case insensitively and returns true if they are equal.
static bool stringutils::equal |
( |
const char * |
s1, |
|
|
const char * |
s2 |
|
) |
| |
|
inlinestatic |
Compares two strings case insensitively and returns true if they are equal.
static bool stringutils::equal |
( |
const char * |
s1, |
|
|
const char * |
s2, |
|
|
size_t |
n |
|
) |
| |
|
inlinestatic |
Compares first n characters of two strings case insensitively and returns true if they are equal.
The documentation for this class was generated from the following file: