size

size#

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

◆ size() [2/2]

template<typename T , typename Allocator = safe_device_allocator<T>>
template<typename ExecutionPolicy , STDGPU_DETAIL_OVERLOAD_IF(is_execution_policy_v< remove_cvref_t< ExecutionPolicy > >) >
index_t stdgpu::vector< T, Allocator >::size ( ExecutionPolicy &&  policy) const

Returns the current size.

Template Parameters
ExecutionPolicyThe type of the execution policy
Parameters
[in]policyThe execution policy, e.g. host or device, corresponding to the allocator
Returns
The size