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

Method cbegin

include/boost/compute/container/flat_set.hpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 const_iterator cbegin() const
76 {
77 return m_vector.cbegin();
78 }
79
80 iterator end()
81 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected