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

Method cbegin

include/boost/compute/container/basic_string.hpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 }
158
159 const_iterator cbegin() const
160 {
161 return m_data.cbegin();
162 }
163
164 iterator end()
165 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected