pair

pair#

stdgpu: stdgpu::pair
stdgpu Latest
Efficient STL-like Data Structures on the GPU

◆ pair

template<typename T1 , typename T2 >
using stdgpu::pair = typedef thrust::pair<T1, T2>

A pair of two values of potentially different types.

Template Parameters
T1The type of the first value
T2The type of the second value