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

Method begin

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

Source from the content-addressed store, hash-verified

251
252private:
253 buffer_iterator<T> begin() const
254 {
255 return buffer_iterator<T>(m_buffer, 0);
256 }
257
258 buffer_iterator<T> end() const
259 {

Callers 5

valarrayClass · 0.45
operator+Method · 0.45
operator-Method · 0.45
operator~Method · 0.45
applyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected