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

Method decrement

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

Source from the content-addressed store, hash-verified

239 }
240
241 void decrement()
242 {
243 boost::fusion::for_each(m_iterators, detail::decrement_iterator);
244 }
245
246 void advance(difference_type n)
247 {

Callers

nothing calls this directly

Calls 1

for_eachFunction · 0.85

Tested by

no test coverage detected