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

Method lower_bound

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

Source from the content-addressed store, hash-verified

278 }
279
280 iterator lower_bound(const key_type &value, command_queue &queue)
281 {
282 return ::boost::compute::lower_bound(begin(), end(), value, queue);
283 }
284
285 iterator lower_bound(const key_type &value)
286 {

Callers

nothing calls this directly

Calls 3

lower_boundFunction · 0.85
default_queueMethod · 0.45
finishMethod · 0.45

Tested by

no test coverage detected