#include <bits/c++config.h>#include <istream>#include <functional>


Go to the source code of this file.
Namespaces | |
| namespace | std |
Functions | |
| Resetiosflags | std::resetiosflags (ios_base::fmtflags __mask) |
Manipulator for setf. | |
| Setiosflags | std::setiosflags (ios_base::fmtflags __mask) |
Manipulator for setf. | |
| Setbase | std::setbase (int __base) |
Manipulator for setf. | |
| template<typename CharT> | |
| Setfill< CharT > | std::setfill (CharT c) |
Manipulator for fill. | |
| Setprecision | std::setprecision (int n) |
Manipulator for precision. | |
| Setw | std::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.
1.5.5