19 #ifndef PSTORE_SUPPORT_IOS_STATE_HPP 20 #define PSTORE_SUPPORT_IOS_STATE_HPP 24 #include "pstore/support/portab.hpp" 37 ios_flags_saver (std::ios_base & stream, std::ios_base::fmtflags
const & flags) noexcept
45 no_ex_escape ([
this] () { stream_.flags (flags_); });
53 std::ios_base & stream_;
54 std::ios_base::fmtflags flags_;
59 #endif // PSTORE_SUPPORT_IOS_STATE_HPP Definition: nonpod2.cpp:40
A class used to save an iostream's formatting flags on construction and restore them on destruction...
Definition: ios_state.hpp:32