device_end

device_end#

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

◆ device_end() [3/4]

template<typename T >
device_ptr< const T > stdgpu::device_end ( const T *  device_array)

Creates a constant pointer to the end of the given device array.

Template Parameters
TThe type of the array
Parameters
[in]device_arrayAn array
Returns
A constant pointer to the end of the device array