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

Method end

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

Source from the content-addressed store, hash-verified

89 }
90
91 iterator end()
92 {
93 return m_vector.end();
94 }
95
96 const_iterator end() const
97 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected