ALP User Documentation
0.8.preview
Algebraic Programming User Documentation
|
An iterator that simply adapts the values returned by another iterator. More...
An iterator that simply adapts the values returned by another iterator.
The resulting iterator takes all the properties of the sub-iterator. It will only support const
views of the collection underlying the sub-iterator.
SubIterT | The underlying iterator type. |
For ease-of-use, see make_adapter_iterator(). If not using that factory method and rather this class directly, the type SubIterT must always be explicitly given.