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

Method crbegin

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

Source from the content-addressed store, hash-verified

187 }
188
189 const_reverse_iterator crbegin() const
190 {
191 return m_data.crbegin();
192 }
193
194 reverse_iterator rend()
195 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected