#include <stream_util.h>
Public Member Functions | |
| io_state (std::ios &stream) | |
| save the stream flags, precision and fill char. | |
| ~io_state () | |
| restore the stream state | |
|
|
save the stream flags, precision and fill char. width is restored at end of expression, there is no need to save it. tie and locale are not saved currently error state shouldn't be saved. |
|
|
restore the stream state
|
1.4.6