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

Method rbegin

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

Source from the content-addressed store, hash-verified

134 }
135
136 reverse_iterator rbegin()
137 {
138 return reverse_iterator(end() - 1);
139 }
140
141 const_reverse_iterator rbegin() const
142 {

Callers 2

mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected