66 cout <<
"Tilt" <<endl;
76 cout << std::setw(10) << 42 <<endl;
96 cout << std::setfill(
'*')
107 cout << std::hex << 42 <<endl;
110 cout << std::oct << std::showbase << 42 <<endl;
120 auto boom = []() ->
float 124 cout << std::hexfloat
void restoreAfterException()
Capture previous settings of an std::ostream and restore them when leaving scope. ...
Simple test class runner.
RAII helper to capture and restore output stream format settings.
void __verifySane()
verify that original state is restored