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

Method empty

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

Source from the content-addressed store, hash-verified

133 }
134
135 bool empty() const
136 {
137 return m_vector.empty();
138 }
139
140 size_type capacity() const
141 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected