#include <logging.h>
Formatting helper.
T | Value that is being formatted. |
Public Attributes | |
const T & | value |
Value that is being formatted. More... | |
const int | width |
Output width. More... | |
const int | precision |
Precision that value is being formatted with. More... | |
const char *const | unit |
Unit that is attached at the end of value. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &out, const FormattingHelper &h) |
Nicely formatted output. More... | |