Case insensitive implementation of the standard character type traits.
More...
|
|
static bool | eq (char c1, char c2) |
| |
|
static bool | ne (char c1, char c2) |
| |
|
static bool | lt (char c1, char c2) |
| |
|
static int | compare (const char *s1, const char *s2, size_t n) |
| |
|
static const char * | find (const char *s, size_t n, char a) |
| |
Case insensitive implementation of the standard character type traits.
Definition at line 307 of file string.cpp.
The documentation for this struct was generated from the following file: