We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ade83 commit 566ed88Copy full SHA for 566ed88
include/cuco/operator.hpp
@@ -336,8 +336,6 @@ struct find_tag {
336
* @see @tparam StencilIt Device accessible random access iterator whose value_type is
337
* convertible to Predicate's argument type (retrieve_if only)
338
* @see @tparam Predicate Unary predicate callable whose return type must be convertible to `bool`
339
- * and argument type is convertible from `std::iterator_traits<StencilIt>::value_type` (retrieve_if
340
- only)
341
* @see @tparam OutputProbeIt Device accessible input iterator whose `value_type` is
342
* convertible to the container's `key_type`
343
* @see @tparam OutputMatchIt Device accessible input iterator whose `value_type` is
0 commit comments