-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added some helpers for pretty printing a table to cout.
The table can be created from a container of values with formatting strings used to define how each value is printed within a cell (supports multiple entries per cell). When doing this the table column and row headers will be based on offsets within the container. Alternatively a table can be constructed manually to display whatever strings you wish. The table supports fixed column sizes (values will be truncated) or automatic column sizing.
- Loading branch information
Showing
1 changed file
with
337 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters