Definition at line 239 of file bitset.h.
239 {
241 return *this;
242 }
BitsetInlined & set(uint32_t pos, bool value=true)
Sets or clears the bit at position pos.
A Bitset implementation with inline storage that can grow if needed.
References Proxy(), _bitset, and _pos.