char_traits Members
Reference
Typedefs
A type of character. |
|
An integer type that can represent a character of type char_type or an end-of-file (EOF) character. |
|
An integer type that can represent offsets between positions in a stream. |
|
An integer type that can represent positions in a stream. |
|
A type that represents the conversion state in for multibyte characters in a stream. |
Member Functions
Assigns one character value to another. |
|
Compares up to a specified number of characters in two strings. |
|
Copies a specified number of characters from one string to another. Deprecated. Use char_traits::_Copy_s instead. |
|
Copies a specified number of characters from one string to another. |
|
Returns the end-of-file (EOF) character. |
|
Tests whether two char_type characters are equal. |
|
Tests whether two characters represented as int_types are equal. |
|
Searches for the first occurrence of a specified character in a range of characters. |
|
Returns the length of a string. |
|
Tests whether one character is less than another. |
|
Copies a specified number of characters in a sequence to another, possible overlapping, sequence. Deprecated. Use char_traits::_Move_s instead. |
|
Copies a specified number of characters in a sequence to another, possible overlapping, sequence. |
|
Tests whether a character is the end-of-file (EOF) character. |
|
Converts an int_type character to the corresponding char_type character and returns the result. |
|
Converts a char_type character to the corresponding int_type character and returns the result. |