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

Method begin

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

Source from the content-addressed store, hash-verified

74 }
75
76 iterator begin()
77 {
78 return m_vector.begin();
79 }
80
81 const_iterator begin() const
82 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected