<string> Members
Reference
Typedefs
A type that describes a specialization of the template class basic_string with elements of type char as a string. |
|
A type that describes a specialization of the template class basic_string with elements of type wchar_t as a wstring. |
Operators
Concatenates two string objects. |
|
Tests if the string object on the left side of the operator is not equal to the string object on the right side. |
|
Tests if the string object on the left side of the operator is equal to the string object on the right side. |
|
Tests if the string object on the left side of the operator is less than to the string object on the right side. |
|
Tests if the string object on the left side of the operator is less than or equal to the string object on the right side. |
|
A template function that inserts a string into the output stream. |
|
Tests if the string object on the left side of the operator is greater than to the string object on the right side. |
|
Tests if the string object on the left side of the operator is greater than or equal to the string object on the right side. |
|
A template function that extracts a string from the input stream. |
Specialized Template Functions
Exchanges the arrays of characters of two strings. |
Functions
Extract strings from the input stream line by line. |
Classes
A template class that describes objects that can store a sequence of arbitrary character-like objects. |
|
A template class that describes attributes associated with a character of type CharType |
Specializations
A class that is a specialization of the template class char_traits<CharType> to an element of type char. |
|
A class that is a specialization of the template class char_traits<CharType> to an element of type wchar_t. |