device_cend

device_cend#

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

◆ device_cend() [2/2]

template<typename T >
device_ptr< const T > stdgpu::device_cend ( 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