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

Method crbegin

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

Source from the content-addressed store, hash-verified

144 }
145
146 const_reverse_iterator crbegin() const
147 {
148 return rbegin();
149 }
150
151 reverse_iterator rend()
152 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected