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 for the character traits of the elements stored in a string.
typedef Traits traits_type;
Remarks
The type is a synonym for the second template parameter Traits.
For type string, it is equivalent to char_traits<char>.
Example
See the example for copy for an example of how to declare and use traits_type.
Requirements
Header: <string>
Namespace: std