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

Method cbegin

include/boost/compute/container/array.hpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 const_iterator cbegin() const
117 {
118 return begin();
119 }
120
121 iterator end()
122 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected