ci_char_traits Struct Reference
Case-insensitive string class From: Guru of the Week #29 e.g.: http://gcc.gnu.org/onlinedocs/libstdc++/21_strings/gotw29a.txt.
More...
List of all members.
Static Public Member Functions |
|
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, int n, char a) |
Detailed Description
Case-insensitive string class From: Guru of the Week #29 e.g.: http://gcc.gnu.org/onlinedocs/libstdc++/21_strings/gotw29a.txt.
Public domain.
Definition at line 10 of file ci_string.h.
The documentation for this struct was generated from the following files: