codecvt::state_type

A character type that is used to represent intermediate states during conversions between internal and external representations.

typedef StateType state_type;

Remarks

The type is a synonym for the template parameter StateType.

Requirements

Header: <locale>

Namespace: std

See Also

Reference

codecvt Class