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

Method increment

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

Source from the content-addressed store, hash-verified

234 }
235
236 void increment()
237 {
238 boost::fusion::for_each(m_iterators, detail::increment_iterator);
239 }
240
241 void decrement()
242 {

Callers

nothing calls this directly

Calls 1

for_eachFunction · 0.85

Tested by

no test coverage detected