Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/p-ranav/tabulate
/ shape
Method
shape
include/tabulate/table.hpp:121–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
size_t size() const { return table_->size(); }
120
121
std::pair<size_t, size_t> shape() { return table_->shape(); }
122
123
class RowIterator {
124
public:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected