Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Causes the specified flags to be off.
void unsetf(
fmtflags _Mask
);
Parameters
- _Mask
The flags that you want off.
Remarks
The member function effectively calls flags(~_Mask & flags) (clear selected bits).
Example
See ios_base::setf for a sample of using unsetf.
Requirements
Header: <ios>
Namespace: std