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

Method crend

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

Source from the content-addressed store, hash-verified

202 }
203
204 const_reverse_iterator crend() const
205 {
206 return m_data.crend();
207 }
208
209 bool empty() const
210 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected