Public Types | |
typedef CharT | char_type |
typedef generic_int_type< char_type > | int_type |
typedef std::streamoff | off_type |
typedef std::streampos | pos_type |
typedef mbstate_t | state_type |
Static Public Member Functions | |
static void | assign (char_type &, const char_type &) |
static char_type * | assign (char_type *, size_t, char_type) |
static bool | eq (const char_type &, const char_type &) |
static bool | lt (const char_type &, const char_type &) |
static int | compare (const char_type *, const char_type *, size_t) |
static size_t | length (const char_type *) |
static const char_type * | find (const char_type *, size_t, const char_type &) |
static char_type * | move (char_type *, const char_type *, size_t) |
static char_type * | copy (char_type *, const char_type *, size_t) |
static int_type | not_eof (const int_type &) |
static char_type | to_char_type (const int_type &) |
static int_type | to_int_type (const char_type &) |
static bool | eq_int_type (const int_type &, const int_type &) |
static int_type | eof () |
Definition at line 52 of file special_char_traits.hh.