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

Method cbegin

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

Source from the content-addressed store, hash-verified

308 }
309
310 const_iterator cbegin() const
311 {
312 return begin();
313 }
314
315 iterator end()
316 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected