Legacy Iterator type for Series::readIterations()
More...
#include <ReadIterations.hpp>
Public Member Functions | |
| value_type | operator* () const |
| LegacyIteratorAdaptor & | operator++ () |
| bool | operator== (LegacyIteratorAdaptor const &other) const |
| bool | operator!= (LegacyIteratorAdaptor const &other) const |
Friends | |
| class | ReadIterations |
Legacy Iterator type for Series::readIterations()
Wraps the Iterator type of Series::snapshots(), but has IndexedIteration as value_type instead of std::pair<uint64_t, Iteration>.