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

Method empty

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

Source from the content-addressed store, hash-verified

144 }
145
146 bool empty() const
147 {
148 return m_vector.empty();
149 }
150
151 size_type capacity() const
152 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected