Go to the source code of this file.
Classes | |
class | VariadicTable< Ts > |
A class for "pretty printing" a table of data. More... | |
Enumerations | |
enum | VariadicTableColumnFormat { VariadicTableColumnFormat::AUTO, VariadicTableColumnFormat::SCIENTIFIC, VariadicTableColumnFormat::FIXED, VariadicTableColumnFormat::PERCENT } |
Note! This class comes from https://github.com/friedmud/variadic_table. More... | |
|
strong |
Note! This class comes from https://github.com/friedmud/variadic_table.
DO NOT MODIFY THIS CLASS HERE... MODIFY IT THERE AND COPY IT HERE Used to specify the column format
Enumerator | |
---|---|
AUTO | |
SCIENTIFIC | |
FIXED | |
PERCENT |
Definition at line 31 of file VariadicTable.h.