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.
Specifies that hexadecimal digits and the exponent in scientific notation appear in lowercase.
ios_base& nouppercase(
ios_base& _Str
);
Parameters
- _Str
A reference to an object of type ios_base, or to a type that inherits from ios_base.
Return Value
A reference to the object from which _Str is derived.
Remarks
The manipulator effectively calls _Str.unsetf(ios_base::uppercase), and then returns _Str.
Example
See uppercase for an example of using nouppercase.
Requirements
Header: <ios>
Namespace: std