Hash functor for data_attribute
.
More...
#include <host_udf.hpp>
Public Member Functions | |
std::size_t | operator() (data_attribute const &attr) const |
Compute the hash value of a data attribute. More... | |
Hash functor for data_attribute
.
Definition at line 178 of file host_udf.hpp.
std::size_t cudf::host_udf_base::data_attribute::hash::operator() | ( | data_attribute const & | attr | ) | const |
Compute the hash value of a data attribute.
attr | The data attribute to hash |