host_cend

host_cend#

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

◆ host_cend() [1/2]

template<typename C >
auto stdgpu::host_cend ( const C &  host_container) -> decltype(host_end(host_container))

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

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