count

count#

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

◆ count() [2/2]

template<typename Block = bitset_default_type, typename Allocator = safe_device_allocator<Block>>
template<typename ExecutionPolicy , STDGPU_DETAIL_OVERLOAD_IF(is_execution_policy_v< remove_cvref_t< ExecutionPolicy > >) >
index_t stdgpu::bitset< Block, Allocator >::count ( ExecutionPolicy &&  policy) const

The number of set bits.

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