std::ios_base::flags
Min standard notice:
Manages format flags.
# Declarations
fmtflags flags() const;
fmtflags flags( fmtflags flags );
# Parameters
flags: new formatting setting. It can be a combination of formatting flags constants.
# Return value
the formatting flags before the call to the function
# Example
This section is incompleteReason: no example