Equality comparison functor for data_attribute
.
More...
#include <host_udf.hpp>
Public Member Functions | |
bool | operator() (data_attribute const &lhs, data_attribute const &rhs) const |
Check if two data attributes are equal. More... | |
Equality comparison functor for data_attribute
.
Definition at line 190 of file host_udf.hpp.
bool cudf::host_udf_base::data_attribute::equal_to::operator() | ( | data_attribute const & | lhs, |
data_attribute const & | rhs | ||
) | const |
Check if two data attributes are equal.
lhs | The left-hand side data attribute |
rhs | The right-hand side data attribute |