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

Method cend

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

Source from the content-addressed store, hash-verified

99 }
100
101 const_iterator cend() const
102 {
103 return m_vector.cend();
104 }
105
106 reverse_iterator rbegin()
107 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected