static bool lt(const char_type& c1, const char_type& c2) | Character Traits | Returns |
static int compare(const char_type* p1, const char_type* p2, size_t n) | Character Traits | Three-way lexicographical comparison, much like |
static size_t length(const char* p) | Character Traits | Returns length of a null-terminated array of characters. |
static const char_type* find(const char_type* p, size_t n, const char_type& c) | Character Traits | Finds |
static char_type* move(char_type* s, const char_type* p, size_t n) | Character Traits | Copies characters from |
static char_type* copy(char_type* s, const char_type* p, size_t n) | Character Traits | Copies characters from |
static char_type* assign(char_type* s, size_t n, char_type c) | Character Traits | Assigns the value |
static int_type eof() | Character Traits | Returns the value used as an EOF indicator. |
static int_type not_eof(const int_type& c) | Character Traits | Returns a value that is not equal to |
static char_type to_char_type(const int_type& c) | Character Traits | Returns the |
static int_type to_int_type(const char_type& c) | Character Traits | Returns a |
static bool eq_int_type(cosnt int_type& c1, const int_type& c1) | Character Traits | Tests whether two |
None. All of
Character Traits,
basic_string<charT, traits, Alloc>
Category: containers
Component type: type
The
The
Вы читаете Standard Template Library Programmer's Guide
