The parameterized manipulator resetiosflags behaves in a similar way as this member function.
Parameters
- mask
- Bitmask specifying the flags to be cleared. The flags are specified as a combination of flags of the member type fmtflags.
Return Value
noneExample
| 1 2 3 4 5 6 7 8 9 10 11 12 |
|
The execution of this example displays something similar to:
0x64 64 |
See also
| ios_base::flags | Get/set format flags (public member function) |
| ios_base::setf | Set specific format flags (public member function) |
| ios_base::fmtflags | Type for stream format flags (public member type) |
| resetiosflags | Reset format flags (manipulator function) |
