|
Template Numerical Library version\ main:d08c4decc
|

Public Member Functions | |
| auto | begin () const noexcept |
| auto | begin () noexcept |
| auto | cbegin () const noexcept |
| auto | cend () const noexcept |
| auto | end () const noexcept |
| auto | end () noexcept |
| template<typename T> | |
| LoggingRowElements & | operator<< (const T &b) |
| LoggingRowElements & | operator<< (decltype(std::fixed)&setfixed) |
| LoggingRowElements & | operator<< (decltype(std::setprecision(2))&setprec) |
| std::size_t | size () const noexcept |
Protected Attributes | |
| std::list< std::string > | elements |
| std::stringstream | stream |