Wraps and interprets the result of device_row_comparator, true if the result is weak_ordering::LESS meaning one row is lexicographically less than another row. More...
Public Member Functions | |
less_comparator (Comparator const &comparator) | |
Constructs a less_comparator. More... | |
Wraps and interprets the result of device_row_comparator, true if the result is weak_ordering::LESS meaning one row is lexicographically less than another row.
Comparator | generic comparator that returns a weak_ordering |
Definition at line 700 of file experimental/row_operators.cuh.
|
inline |
Constructs a less_comparator.
comparator | The comparator to wrap |
Definition at line 706 of file experimental/row_operators.cuh.