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

Method end

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

Source from the content-addressed store, hash-verified

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

Callers 1

TableClass · 0.45

Calls 1

RowIteratorClass · 0.70

Tested by

no test coverage detected