Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
using Row_t = Table::Row_t;
4
5
void print_shape(Table &table) {
6
auto shape = table.shape();
7
std::cout <<
"Shape: ("
<< shape.first <<
", "
<< shape.second <<
")"
<< std::endl;
8
}
9
10
int main() {
11
Table table;
Callers
1
main
Function · 0.85
Calls
1
shape
Method · 0.45
Tested by
no test coverage detected