ranges — stdgpu Latest documentation (original) (raw)
ranges#
stdgpu: ranges
stdgpu Latest
Efficient STL-like Data Structures on the GPU
ranges
Detailed Description
| Classes | |
|---|---|
| class | stdgpu::device_range< T > |
| class | stdgpu::host_range< T > |
| class | stdgpu::transform_range< R, UnaryFunction > |
| Typedefs | |
|---|---|
| template | |
| using | stdgpu::device_indexed_range = transform_range< device_range< index_t >, detail::select< T > > |
| template | |
| using | stdgpu::host_indexed_range = transform_range< host_range< index_t >, detail::select< T > > |