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

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

Detailed Description

Hash functor for data_attribute.

Definition at line 178 of file host_udf.hpp.

Member Function Documentation

◆ operator()()

std::size_t cudf::host_udf_base::data_attribute::hash::operator() ( data_attribute const &  attr) const

Compute the hash value of a data attribute.

Parameters
attrThe data attribute to hash
Returns
The hash value of the data attribute

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