#include <bits/c++config.h>
#include <istream>
#include <functional>
Include dependency graph for iomanip:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | std |
Functions | |
Resetiosflags | resetiosflags (ios_base::fmtflags __mask) |
Manipulator for setf . | |
Setiosflags | setiosflags (ios_base::fmtflags __mask) |
Manipulator for setf . | |
Setbase | setbase (int __base) |
Manipulator for setf . | |
template<typename CharT> | |
Setfill< CharT > | setfill (CharT c) |
Manipulator for fill . | |
Setprecision | setprecision (int n) |
Manipulator for precision . | |
Setw | setw (int n) |
Manipulator for width . |
#include
this header in your programs, rather than any of the "st[dl]_*.h" implementation files.
Definition in file iomanip.
|
Manipulator for
|
|
Manipulator for
ios_base::basefield flags to oct , dec , or hex when base is 8, 10, or 16, accordingly, and to 0 if base is any other value.
|
|
Manipulator for
fill(c) for that object.
|
|
Manipulator for
|
|
Manipulator for
precision(n) for that object.
|
|
Manipulator for
width(n) for that object.
|