diff --git a/include/cuco/static_map.cuh b/include/cuco/static_map.cuh index b6c69e23f..899a0cdb4 100644 --- a/include/cuco/static_map.cuh +++ b/include/cuco/static_map.cuh @@ -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; diff --git a/include/cuco/static_multimap.cuh b/include/cuco/static_multimap.cuh index f57ee8f80..043e04a9d 100644 --- a/include/cuco/static_multimap.cuh +++ b/include/cuco/static_multimap.cuh @@ -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; diff --git a/include/cuco/static_multiset.cuh b/include/cuco/static_multiset.cuh index a2429c103..55da49476 100644 --- a/include/cuco/static_multiset.cuh +++ b/include/cuco/static_multiset.cuh @@ -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; diff --git a/include/cuco/static_set.cuh b/include/cuco/static_set.cuh index 4d491330c..86c144f88 100644 --- a/include/cuco/static_set.cuh +++ b/include/cuco/static_set.cuh @@ -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;