Go to the source code of this file.
Data Structures | |
| struct | cub::Equality |
| Default equality functor. More... | |
| struct | cub::Inequality |
| Default inequality functor. More... | |
| struct | cub::InequalityWrapper< EqualityOp > |
| Inequality functor (wraps equality functor) More... | |
| struct | cub::Sum |
| Default sum functor. More... | |
| struct | cub::Max |
| Default max functor. More... | |
| struct | cub::ArgMax |
| Arg max functor (keeps the value and offset of the first occurrence of the larger item) More... | |
| struct | cub::Min |
| Default min functor. More... | |
| struct | cub::ArgMin |
| Arg min functor (keeps the value and offset of the first occurrence of the smallest item) More... | |
| struct | cub::CastOp< B > |
| Default cast functor. More... | |
| class | cub::SwizzleScanOp< ScanOp > |
| Binary operator wrapper for switching non-commutative scan arguments. More... | |
| struct | cub::ReduceBySegmentOp< ReductionOpT > |
| Reduce-by-segment functor. More... | |
| struct | cub::ReduceByKeyOp< ReductionOpT > |
| < Binary reduction operator to apply to values More... | |
Namespaces | |
| namespace | cub |
| Optional outer namespace(s) | |
Simple binary operator functor types
Definition in file thread_operators.cuh.