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

Method count

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

Source from the content-addressed store, hash-verified

265 }
266
267 size_type count(const key_type &value, command_queue &queue) const
268 {
269 return find(value, queue) != end() ? 1 : 0;
270 }
271
272 size_type count(const key_type &value) const
273 {

Callers

nothing calls this directly

Calls 4

findFunction · 0.85
countFunction · 0.85
default_queueMethod · 0.80
finishMethod · 0.45

Tested by

no test coverage detected