char_traits::char_type

A type of character.

typedef CharType char_type;

Remarks

The type is a synonym for the template parameter CharType.

Example

See the example for copy for an example of how to declare and use char_type.

Requirements

Header: <string>

Namespace: std

See Also

Reference

char_traits Struct

Other Resources

char_traits Members