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

Method Table

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

Source from the content-addressed store, hash-verified

59class Table {
60public:
61 Table() : table_(TableInternal::create()) {}
62
63 using Row_t = std::vector<variant<std::string, const char *, string_view, Table>>;
64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected