Medial Code Documentation
|
Public Types | |
using | iterator_category = std::forward_iterator_tag |
Public Member Functions | |
virtual const T & | operator* () const =0 |
virtual BatchIteratorImpl & | operator++ ()=0 |
virtual bool | AtEnd () const =0 |
virtual std::shared_ptr< T const > | Page () const =0 |