| 99 | Format &format() { return format_; } |
| 100 | |
| 101 | void print(std::ostream &stream) { Printer::print_table(stream, *this); } |
| 102 | |
| 103 | size_t estimate_num_columns() const { |
| 104 | size_t result{0}; |
nothing calls this directly
no outgoing calls
no test coverage detected