std::ios_base::flags

Manages format flags.

# Declarations

fmtflags flags() const;
fmtflags flags( fmtflags flags );

# Parameters

# Return value

the formatting flags before the call to the function

# Example

This section is incompleteReason: no example

# See also