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

Method cend

include/boost/compute/container/vector.hpp:325–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323 }
324
325 const_iterator cend() const
326 {
327 return end();
328 }
329
330 reverse_iterator rbegin()
331 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected