A simple pair type for CUDA device usage. More...
Public Member Functions | |
constexpr __device__ | Pair (K key, V value) |
__device__ bool | operator== (const Pair< K, V > &rhs) const |
__device__ bool | operator!= (const Pair< K, V > &rhs) const |
__device__ bool | operator< (const Pair< K, V > &rhs) const |
__device__ bool | operator> (const Pair< K, V > &rhs) const |
Public Attributes | |
K | k |
V | v |
A simple pair type for CUDA device usage.