std::setiosflags
Aus cppreference.com
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
definiert in Header <iomanip>
|
||
/*unspecified*/ setiosflags( std::ios_base::fmt_flags mask ); |
||
When used in an expression out << setiosflags(mask) or in >> setiosflags(mask), sets all format flags of the stream out
or in
as specified by the mask
.
Inhaltsverzeichnis |