Definition at line 151 of file bitset.h.
151 {
153 return true;
154
155
158 return false;
159 }
160 }
161
162
166
168 } else {
170 }
171
173 return false;
174 }
175 }
176
177 return true;
178 }
static constexpr uint32_t block_count
block_type _blocks[block_count]
static constexpr uint32_t bits_per_block
A simple fixed-size Bitset implementation similar to std::Bitset.
References _blocks, bits_per_block, and block_count.