8namespace CXXIter::util {
17 template<
typename TSelf>
18 static constexpr inline size_t advanceByPull(TSelf& self,
size_t n) {
34 template<
typename TSelf>
35 static constexpr inline size_t advanceByPullBack(TSelf& self,
size_t n) {
38 trait::Iterator<TSelf>::nextBack(self);
static constexpr IterValue< Item > next(Self &self)=delete
Pull one element from the iterator pipeline previous to this pipeline-element.