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

Method begin

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

Source from the content-addressed store, hash-verified

298 }
299
300 iterator begin()
301 {
302 return ::boost::compute::make_buffer_iterator<T>(m_data.get_buffer(), 0);
303 }
304
305 const_iterator begin() const
306 {

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected