Public Member Functions | List of all members
cudf::host_udf_base::data_attribute::equal_to Struct Reference

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...
 

Detailed Description

Equality comparison functor for data_attribute.

Definition at line 190 of file host_udf.hpp.

Member Function Documentation

◆ operator()()

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.

Parameters
lhsThe left-hand side data attribute
rhsThe right-hand side data attribute
Returns
True if the two data attributes are equal

The documentation for this struct was generated from the following file: