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