Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/p-ranav/tabulate
/ RowIterator
Method
RowIterator
include/tabulate/table.hpp:125–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
class RowIterator {
124
public:
125
explicit RowIterator(std::vector<std::shared_ptr<Row>>::iterator ptr) : ptr(ptr) {}
126
127
RowIterator operator++() {
128
++ptr;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected