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

Method cbegin

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

Source from the content-addressed store, hash-verified

84 }
85
86 const_iterator cbegin() const
87 {
88 return m_vector.cbegin();
89 }
90
91 iterator end()
92 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected