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

Method ColumnFormat

include/tabulate/column_format.hpp:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38class ColumnFormat : public Format {
39public:
40 explicit ColumnFormat(class Column &column) : column_(column) {}
41
42 ColumnFormat &width(size_t value);
43 ColumnFormat &height(size_t value);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected