A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://timsong-cpp.github.io/cppwp/n4659/fmtflags.manip below:

[fmtflags.manip]

30 Input/output library [input.output] 30.5 Iostreams base classes [iostreams.base] 30.5.6 ios_­base manipulators [std.ios.manip] 30.5.6.1 fmtflags manipulators [fmtflags.manip]

ios_base& boolalpha(ios_base& str);

Effects: Calls str.setf(ios_­base​::​boolalpha).

ios_base& noboolalpha(ios_base& str);

Effects: Calls str.unsetf(ios_­base​::​boolalpha).

ios_base& showbase(ios_base& str);

Effects: Calls str.setf(ios_­base​::​showbase).

ios_base& noshowbase(ios_base& str);

Effects: Calls str.unsetf(ios_­base​::​showbase).

ios_base& showpoint(ios_base& str);

Effects: Calls str.setf(ios_­base​::​showpoint).

ios_base& noshowpoint(ios_base& str);

Effects: Calls str.unsetf(ios_­base​::​showpoint).

ios_base& showpos(ios_base& str);

Effects: Calls str.setf(ios_­base​::​showpos).

ios_base& noshowpos(ios_base& str);

Effects: Calls str.unsetf(ios_­base​::​showpos).

ios_base& skipws(ios_base& str);

Effects: Calls str.setf(ios_­base​::​skipws).

ios_base& noskipws(ios_base& str);

Effects: Calls str.unsetf(ios_­base​::​skipws).

ios_base& uppercase(ios_base& str);

Effects: Calls str.setf(ios_­base​::​uppercase).

ios_base& nouppercase(ios_base& str);

Effects: Calls str.unsetf(ios_­base​::​uppercase).

ios_base& unitbuf(ios_base& str);

Effects: Calls str.setf(ios_­base​::​unitbuf).

ios_base& nounitbuf(ios_base& str);

Effects: Calls str.unsetf(ios_­base​::​unitbuf).


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4