Skip to content

Commit

Permalink
Update docs for all_have_same_types.
Browse files Browse the repository at this point in the history
Co-authored-by: Lawrence Mitchell <[email protected]>
  • Loading branch information
bdice and wence- authored Apr 12, 2024
1 parent cafdf6f commit cda4e0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/include/cudf/utilities/type_checks.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ bool have_same_types(scalar const& lhs, scalar const& rhs);
/**
* @brief Compare the types of a range of `column_view` or `scalar` objects
*
* This function returns true if cudf::have_same_types is true for every pair of
* consecutive objects (`column_view` or `scalar`) in the range.
* This function returns true if all objects in the range have the same type, in the sense of cudf::have_same_types.
*
* @tparam ForwardIt Forward iterator
* @param first The first iterator
Expand Down

0 comments on commit cda4e0d

Please sign in to comment.