Skip to content

Commit

Permalink
Add missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeepyjack committed Oct 2, 2023
1 parent c9e12a4 commit 6c8731d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/cuco/detail/static_set/static_set_ref.inl
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ class operator_impl<op::insert_tag,
/**
* @brief Inserts an element.
*
* @tparam Value Input type which is implicitly convertible to 'value_type'
*
* @param value The element to insert
*
* @return True if the given element is successfully inserted
Expand All @@ -143,6 +145,8 @@ class operator_impl<op::insert_tag,
/**
* @brief Inserts an element.
*
* @tparam Value Input type which is implicitly convertible to 'value_type'
*
* @param group The Cooperative Group used to perform group insert
* @param value The element to insert
*
Expand Down

0 comments on commit 6c8731d

Please sign in to comment.