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

Method end

include/boost/compute/container/valarray.hpp:258–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256 }
257
258 buffer_iterator<T> end() const
259 {
260 return buffer_iterator<T>(m_buffer, size());
261 }
262
263private:
264 buffer m_buffer;

Callers 1

valarrayClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected