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

Method dereference

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

Source from the content-addressed store, hash-verified

224 friend class ::boost::iterator_core_access;
225
226 reference dereference() const
227 {
228 return reference();
229 }
230
231 bool equal(const zip_iterator<IteratorTuple> &other) const
232 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected