all

all#

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

◆ all() [1/2]

template<typename Block = bitset_default_type, typename Allocator = safe_device_allocator<Block>>
bool stdgpu::bitset< Block, Allocator >::all ( ) const

Checks if all bits are set.

Returns
True if all bits are set, false otherwise