Rate this Page
★★★★★
Template Class Iterator#
Defined inFile iterator.h
Class Documentation#
- template<typenameBatch>
classIterator# Public Functions
- inlineexplicitIterator(std::unique_ptr<detail::IteratorImpl<Batch>>impl)#
- inlineIterator&operator++()#
Increments the iterator.
Only permitted for valid iterators (not past the end).
- inlineBatch&operator*()#
Returns the current batch.
Only permitted for valid iterators (not past the end).
- inlineexplicitIterator(std::unique_ptr<detail::IteratorImpl<Batch>>impl)#
On this page