MCPcopy Create free account
hub / github.com/p-ranav/tabulate / column

Method column

include/tabulate/table.hpp:107–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 Row &row(size_t index) { return (*table_)[index]; }
106
107 Column column(size_t index) { return table_->column(index); }
108
109 Format &format() { return table_->format(); }
110

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected