host_end

host_end#

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

◆ host_end() [1/4]

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

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

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