Resizes the Bitset if needed.
Definition at line 291 of file bitset.h.
291 {
293
295
299
300
304 }
305 }
306
308 }
309 } else {
310
312
315
316
320 }
321 }
322
324 } else {
325
327 }
328 }
329 }
bool test(uint32_t pos) const noexcept
Tests whether the bit at position pos is set.
BitsetInlined & set(uint32_t pos, bool value=true)
Sets or clears the bit at position pos.
uint32_t size() const noexcept
Size of the Bitset (number of bits).
void resize(uint32_t new_size)
Resizes the Bitset if needed.
A Bitset implementation with inline storage that can grow if needed.
Referenced by assign(), flip(), operator^, operator|, and set().