any

any#

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

◆ any() [1/2]

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

Checks if any bits are set.

Returns
True if any bits are set, false otherwise