class sys::ios_guard
I/O stream state guard. Saves/restores std::ios_base flags and fill character upon construction/destruction.
~ios_guard()
ios_guard(std::ios & s)explicit
Construct the guard from stream s.
s