CUB
|
A key identifier paired with a corresponding value.
Definition at line 535 of file util_type.cuh.
Public Types | |
typedef _Key | Key |
Key data type. | |
typedef _Value | Value |
Value data type. | |
Public Methods | |
__host__ __device__ __forceinline__ bool | operator!= (const KeyValuePair &b) |
Inequality operator. | |
Public Members | |
Value | value |
Item value. | |
Key | key |
Item key. | |