| 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 | { |
nothing calls this directly
no test coverage detected