stdgpu/ranges.h File Reference#
|
stdgpu Latest
Efficient STL-like Data Structures on the GPU
|
Go to the source code of this file.
Classes | |
| class | stdgpu::device_range< T > |
| class | stdgpu::host_range< T > |
| class | stdgpu::transform_range< R, UnaryFunction > |
Typedefs | |
| template<typename T > | |
| using | stdgpu::device_indexed_range = transform_range< device_range< index_t >, detail::select< T > > |
| template<typename T > | |
| using | stdgpu::host_indexed_range = transform_range< host_range< index_t >, detail::select< T > > |
Generated by