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

Method equal

include/boost/compute/iterator/buffer_iterator.hpp:210–214  ·  view source on GitHub ↗

\internal_

Source from the content-addressed store, hash-verified

208
209 /// \internal_
210 bool equal(const buffer_iterator<T> &other) const
211 {
212 return m_buffer.get() == other.m_buffer.get() &&
213 m_index == other.m_index;
214 }
215
216 /// \internal_
217 void increment()

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected