Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 630 Bytes

table.md

File metadata and controls

16 lines (11 loc) · 630 Bytes

table

Up to Documentation.

Purpose File
Include table.h
Interface table.i.h
Tests / Examples test/table.cpp

table_ostream is a base class that represents a stream of formatted lines.

line_ostream is a base class that does formatting of individual values into a single line. It provides formatting of commonly used values like std::thread::id, timestamp, and a binary buffer, as well as general std::sprint() formatting.

Each formatted line is sent to a table_ostream.