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

Method find

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

Source from the content-addressed store, hash-verified

239 }
240
241 iterator find(const key_type &value, command_queue &queue)
242 {
243 return ::boost::compute::find(begin(), end(), value, queue);
244 }
245
246 iterator find(const key_type &value)
247 {

Callers

nothing calls this directly

Calls 3

findFunction · 0.85
default_queueMethod · 0.80
finishMethod · 0.45

Tested by

no test coverage detected