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

Method empty

include/boost/compute/container/array.hpp:186–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 }
185
186 bool empty() const
187 {
188 return N == 0;
189 }
190
191 size_type max_size() const
192 {

Callers 7

contextMethod · 0.45
get_deviceMethod · 0.45
command_queueMethod · 0.45
find_default_deviceMethod · 0.45
buildMethod · 0.45
compileMethod · 0.45
linkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected