Forward declare an ultra-lightweight wrapper which does formatting of numbers only on demand. More...
#include <uhal/log/log_inserters.integer.hpp>
Public Member Functions | |
_Integer (const T &aT) | |
Constructor. More... | |
void | print (std::ostream &aStr) const |
The function which formats the integer and appends it into the given stream. More... | |
Forward declare an ultra-lightweight wrapper which does formatting of numbers only on demand.
Declare an ultra-lightweight wrapper which does formatting of numbers only on demand.
Definition at line 72 of file log_inserters.integer.hpp.
uhal::_Integer< T, FORMAT >::_Integer | ( | const T & | aT | ) |
Constructor.
aT | an integer type for which a reference is stored |
void uhal::_Integer< T, FORMAT >::print | ( | std::ostream & | aStr | ) | const |
The function which formats the integer and appends it into the given stream.
aStr | a stream to which to append formatted data |
Referenced by uhal::operator<<().