Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
A type that describes a string of type basic_string containing characters of type CharType.
typedef basic_string<CharType> string_type;
Remarks
The type describes a specialization of template class basic_string whose objects can store copies of the source sequence.
Example
For an example of how to declare and use string_type, see transform.
Requirements
Header: <locale>
Namespace: std