Struct table template class.
Note: as this class formats and copies the string for each field in each row, it is generally not advisable to instantiate it as scope.
Constructor.
Adds a row to the table.
Clears all rows from the table and adds the header row (containing the names of all struct fields).
Displays the table to the console.
Buffer used for string formatting.
type whose fields specify the columns of the table
See Implementation
Struct table template class.
Note: as this class formats and copies the string for each field in each row, it is generally not advisable to instantiate it as scope.