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

Function print_shape

samples/shape.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3using Row_t = Table::Row_t;
4
5void print_shape(Table &table) {
6 auto shape = table.shape();
7 std::cout << "Shape: (" << shape.first << ", " << shape.second << ")" << std::endl;
8}
9
10int main() {
11 Table table;

Callers 1

mainFunction · 0.85

Calls 1

shapeMethod · 0.45

Tested by

no test coverage detected