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

Method str

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

Source from the content-addressed store, hash-verified

111 void print(std::ostream &stream) { table_->print(stream); }
112
113 std::string str() {
114 std::stringstream stream;
115 print(stream);
116 return stream.str();
117 }
118
119 size_t size() const { return table_->size(); }
120

Callers 6

TableClass · 0.45
dumpMethod · 0.45
add_formatted_cellMethod · 0.45
add_alignment_headerMethod · 0.45
dumpMethod · 0.45
shapeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected