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

Function decrement_iterator

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

Source from the content-addressed store, hash-verified

154
155template<class Iterator>
156void decrement_iterator(Iterator &i)
157{
158 i--;
159}
160
161} // end detail namespace
162

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected