Save a stream's state and restore on destruction.
More...
#include <ScopedStreamFormat.hh>
Save a stream's state and restore on destruction.
Example:
{
std::cout << setprecision(16) << 1.0;
}
◆ ScopedStreamFormat() [1/2]
Prevent copying and moving for RAII class
◆ ScopedStreamFormat() [2/2]
Prevent copying and moving for RAII class
◆ operator=() [1/2]
Prevent copying and moving for RAII class
◆ operator=() [2/2]
Prevent copying and moving for RAII class
The documentation for this class was generated from the following file: