Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
An integer type that can represent a character of type char_type or an end-of-file (EOF) character.
typedef long int_type;
Remarks
It must be possible to type cast a value of type CharType to int_type then back to CharType without altering the original value.
Example
See the example for eq_int_type for an example of how to declare and use int_type.
Requirements
Header: <string>
Namespace: std