58 cout <<
"Tilt" <<endl;
68 cout << std::setw(10) << 42 <<endl;
88 cout << std::setfill(
'*')
99 cout << std::hex << 42 <<endl;
102 cout << std::oct << std::showbase << 42 <<endl;
112 auto boom = []() ->
float 116 cout << std::hexfloat
void restoreAfterException()
Capture previous settings of an std::ostream and restore them when leaving scope. ...
Simplistic test class runner.
RAII helper to capture and restore output stream format settings.
void __verifySane()
verify that original state is restored