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

Method crbegin

include/boost/compute/container/flat_map.hpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 const_reverse_iterator crbegin() const
117 {
118 return m_vector.crbegin();
119 }
120
121 reverse_iterator rend()
122 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected