Searched defs:bitset (Results 1 – 3 of 3) sorted by relevance
276 struct bitset struct278 using word = uint64_t;285 bitset(void* p, size_type num_blocks) in bitset() argument305 size_type free() const noexcept in free()314 bool full() const noexcept in full()328 bool empty() const noexcept in empty()343 void reset() noexcept in reset()374 void set(size_type n) noexcept in set()384 void clear(size_type n) noexcept in clear()406 void swap(bitset& b) noexcept in swap()[all …]
276 struct bitset struct278 using word = uint64_t;285 bitset(void* p, size_type num_blocks) in bitset() function305 size_type free() const noexcept in free()314 bool full() const noexcept in full()328 bool empty() const noexcept in empty()343 void reset() noexcept in reset()374 void set(size_type n) noexcept in set()384 void clear(size_type n) noexcept in clear()406 void swap(bitset& b) noexcept in swap()[all …]
307 struct bitset struct309 using word = uint64_t;316 bitset(void* p, size_type num_blocks) in bitset() function336 size_type free() const noexcept in free()345 bool full() const noexcept in full()359 bool empty() const noexcept in empty()374 void reset() noexcept in reset()405 void set(size_type n) noexcept in set()415 void clear(size_type n) noexcept in clear()437 void swap(bitset& b) noexcept in swap()[all …]
Completed in 21 milliseconds