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 60cb816 commit edeafaaCopy full SHA for edeafaa
include/cuco/detail/open_addressing/open_addressing_ref_impl.cuh
@@ -284,9 +284,9 @@ class open_addressing_ref_impl {
284
}
285
286
/**
287
- * @brief Returns a const_iterator to one past the last slot.
+ * @brief Returns an iterator to one past the last slot.
288
*
289
- * @return A const_iterator to one past the last slot
+ * @return An iterator to one past the last slot
290
*/
291
[[nodiscard]] __host__ __device__ constexpr iterator end() const noexcept
292
{
0 commit comments