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

Method end

include/boost/compute/container/vector.hpp:333–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331 }
332
333 iterator end()
334 {
335 return ::boost::compute::make_buffer_iterator<T>(m_data.get_buffer(), m_size);
336 }
337
338 const_iterator end() const
339 {

Callers 4

vectorMethod · 0.45
vectorClass · 0.45
insertMethod · 0.45
eraseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected