device_cend

device_cend#

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

◆ device_cend() [1/2]

template<typename C >
auto stdgpu::device_cend ( const C &  device_container) -> decltype(device_end(device_container))

Creates a contant pointer to the end of the given device container.

Template Parameters
CThe type of the container
Parameters
[in]device_containerAn array
Returns
A constant pointer to the end of the device container