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

Method begin

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

Source from the content-addressed store, hash-verified

63 }
64
65 iterator begin()
66 {
67 return m_vector.begin();
68 }
69
70 const_iterator begin() const
71 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected