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

Method lower_bound

include/boost/compute/container/flat_map.hpp:297–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295 }
296
297 iterator lower_bound(const key_type &value, command_queue &queue)
298 {
299 ::boost::compute::get<0> get_key;
300
301 return ::boost::compute::lower_bound(
302 ::boost::compute::make_transform_iterator(begin(), get_key),
303 ::boost::compute::make_transform_iterator(end(), get_key),
304 value,
305 queue
306 ).base();
307 }
308
309 iterator lower_bound(const key_type &value)
310 {

Callers

nothing calls this directly

Calls 4

lower_boundFunction · 0.85
make_transform_iteratorFunction · 0.85
default_queueMethod · 0.80
finishMethod · 0.45

Tested by

no test coverage detected