My Project
|
Iterator for iterating over the container as a whole, i.e. More...
#include <SparseTable.hpp>
Public Member Functions | |
Iterator (const SparseTable &table, const int begin_row_index) | |
Iterator & | operator++ () |
row_type | operator* () const |
bool | operator== (const Iterator &other) |
bool | operator!= (const Iterator &other) |
Iterator for iterating over the container as a whole, i.e.
row by row.