예제 #1
0
파일: print.hpp 프로젝트: lvous/hadesmem
 explicit StreamFlagSaver(std::basic_ios<CharT>& str)
   : str_(&str), flags_(str.flags()), width_(str.width()), fill_(str.fill())
 {
 }