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

Method begin

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

Source from the content-addressed store, hash-verified

136 };
137
138 auto begin() -> RowIterator { return RowIterator(table_->rows_.begin()); }
139 auto end() -> RowIterator { return RowIterator(table_->rows_.end()); }
140
141private:

Callers 1

TableClass · 0.45

Calls 1

RowIteratorClass · 0.70

Tested by

no test coverage detected