Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel committed Aug 22, 2024
1 parent 4806296 commit d42fa96
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions include/cuco/static_map.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -953,9 +953,9 @@ class static_map {
[[nodiscard]] constexpr key_type erased_key_sentinel() const noexcept;

/**
* @brief Gets the key comparator.
* @brief Gets the function used to compare keys for equality
*
* @return The comparator used to compare keys
* @return The function used to compare keys for equality
*/
[[nodiscard]] constexpr key_equal key_eq() const noexcept;

Expand Down
4 changes: 2 additions & 2 deletions include/cuco/static_multimap.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -448,9 +448,9 @@ class static_multimap {
[[nodiscard]] constexpr key_type erased_key_sentinel() const noexcept;

/**
* @brief Gets the key comparator.
* @brief Gets the function used to compare keys for equality
*
* @return The comparator used to compare keys
* @return The function used to compare keys for equality
*/
[[nodiscard]] constexpr key_equal key_eq() const noexcept;

Expand Down
4 changes: 2 additions & 2 deletions include/cuco/static_multiset.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -571,9 +571,9 @@ class static_multiset {
[[nodiscard]] constexpr key_type erased_key_sentinel() const noexcept;

/**
* @brief Gets the key comparator.
* @brief Gets the function used to compare keys for equality
*
* @return The comparator used to compare keys
* @return The function used to compare keys for equality
*/
[[nodiscard]] constexpr key_equal key_eq() const noexcept;

Expand Down
4 changes: 2 additions & 2 deletions include/cuco/static_set.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -767,9 +767,9 @@ class static_set {
[[nodiscard]] constexpr key_type erased_key_sentinel() const noexcept;

/**
* @brief Gets the key comparator.
* @brief Gets the function used to compare keys for equality
*
* @return The comparator used to compare keys
* @return The function used to compare keys for equality
*/
[[nodiscard]] constexpr key_equal key_eq() const noexcept;

Expand Down

0 comments on commit d42fa96

Please sign in to comment.