std::setiosflags

std::setiosflags

Defined in header <iomanip>
/*unspecified*/ setiosflags( std::ios_base::fmtflags mask );

When used in an expression out << setiosflags(mask) or in >> setiosflags(mask), sets all format flags of the stream out or in as specified by the mask.

Parameters

mask - bitmask of the flags to set

Return value

Returns an object of unspecified type such