none

none#

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

◆ none() [1/2]

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

Checks if none of the bits are set.

Returns
True if none of the bits are set, false otherwise