[ Web Proxy ]
URL:
Viewing: https://ru.cppreference.com/cpp/io/ios_base/flags [Back]  [Original]

std::ios_base::flags cppreference.com
cppreference.com

std::ios_base::flags

cppreference.com

<metanoindex/>

<tbody> </tbody>
fmtflags flags() const;
(1)
fmtflags flags( fmtflags flags );
(2)

.

1)

2) .

flags . :
dec / (. std::dec)
oct / (. std::oct)
hex / (. std::hex)
basefield dec | oct | hex.
left ( (. std::right))
right ( (. std::left))
internal ( (. std::internal))
adjustfield left | right | internal.
scientific , , fixed (. std::scientific)
fixed , , scientific (. std::fixed)
floatfield scientific | fixed.
boolalpha bool - (. std::boolalpha)
showbase , , , / (. std::showbase)
showpoint (. std::showpoint)
showpos + (. std::showpos)
skipws (. std::skipws)
unitbuf (. std::unitbuf)
uppercase / (. std::uppercase)


.


(public -) []

(public -) []

Web Proxy Viewer  |  New URL  |  Original Page