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 288 of file string.cpp.
◆ compare()
static int CaseInsensitiveCharTraits::compare |
( |
const char * |
s1, |
|
|
const char * |
s2, |
|
|
size_t |
n |
|
) |
| |
|
inlinestatic |
◆ eq()
static bool CaseInsensitiveCharTraits::eq |
( |
char |
c1, |
|
|
char |
c2 |
|
) |
| |
|
inlinestatic |
◆ find()
static const char * CaseInsensitiveCharTraits::find |
( |
const char * |
s, |
|
|
size_t |
n, |
|
|
char |
a |
|
) |
| |
|
inlinestatic |
◆ lt()
static bool CaseInsensitiveCharTraits::lt |
( |
char |
c1, |
|
|
char |
c2 |
|
) |
| |
|
inlinestatic |
◆ ne()
static bool CaseInsensitiveCharTraits::ne |
( |
char |
c1, |
|
|
char |
c2 |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: