host_indexed_range

host_indexed_range#

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

◆ host_indexed_range

template<typename T >
using stdgpu::host_indexed_range = typedef transform_range<host_range<index_t>, detail::select<T> >

A class representing a host indexed range over a set of values.

Template Parameters
TThe value type