A RetroSearch Logo

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

Search Query:

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

[fmtflags.manip]

27.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