device_end — stdgpu Latest documentation (original) (raw)
device_end#
stdgpu: stdgpu::device_end
stdgpu Latest
Efficient STL-like Data Structures on the GPU
| back_inserter device_begin device_begin device_begin device_begin device_cbegin device_cbegin device_cend device_cend device_end device_end device_end device_end device_ptr front_inserter host_begin host_begin host_begin host_begin host_cbegin host_cbegin host_cend host_cend host_end host_end host_end host_end host_ptr inserter make_device make_host size size | ◆ device_end() [1/4] template auto stdgpu::device_end ( C & device_container) -> decltype(device_container.device_end()) Creates a pointer to the end of the given device container. Template Parameters CThe type of the container Parameters [in]device_containerAn array ReturnsA pointer to the end of the device container |
|---|