|
static void | assign (char_type &c1, const char_type &c2) |
|
static bool | eq (const char_type &c1, const char_type &c2) |
|
static bool | ne (const char_type &c1, const char_type &c2) |
|
static bool | lt (const char_type &c1, const char_type &c2) |
|
static char_type | eos () |
|
static bool | is_del (char_type a) |
|
static int | compare (const char_type *s1, const char_type *s2, size_t n) |
|
static size_t | length (const char_type *s) |
|
static char_type * | copy (char_type *s1, const char_type *s2, size_t n) |
|
static char_type * | move (char_type *s1, const char_type *s2, size_t n) |
|
static char_type * | assign (char_type *s1, size_t n, const char_type &c) |
|
The documentation for this struct was generated from the following file: