MCPcopy Create free account
hub / github.com/HelenOS/helenos / next

Function next

uspace/lib/cpp/include/__bits/iterator.hpp:145–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143
144 template<class ForwardIterator>
145 ForwardIterator
146 next(ForwardIterator it, typename iterator_traits<ForwardIterator>::difference_type n = 1)
147 {
148 advance(it, n);
149
150 return it;
151 }
152
153 template<class BidirectionalIterator>
154 BidirectionalIterator

Callers

nothing calls this directly

Calls 1

advanceFunction · 0.85

Tested by

no test coverage detected