auto append_column(string_view text) -> TextTable &
std::span< const size_t > Widths
std::function< void(string_view)> PrintFunc
auto to_string() const -> string
auto new_row() -> TextTable &
void print(PrintFunc &&printHeading, PrintFunc &&printCell, PrintFunc &&printOutline, std::function< void()> printNewline) const