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

Method empty

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

Source from the content-addressed store, hash-verified

169 }
170
171 bool empty() const
172 {
173 return N == 0;
174 }
175
176 size_type max_size() const
177 {

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