MCPcopy Create free account
hub / github.com/boostorg/compute / advance

Method advance

include/boost/compute/iterator/zip_iterator.hpp:246–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244 }
245
246 void advance(difference_type n)
247 {
248 boost::fusion::for_each(m_iterators, detail::iterator_advancer(n));
249 }
250
251 difference_type distance_to(const zip_iterator<IteratorTuple> &other) const
252 {

Callers

nothing calls this directly

Calls 1

for_eachFunction · 0.85

Tested by

no test coverage detected