Definition at line 59 of file bitset_dynamic.h.
59 {
60 if (this != &other) {
61 if (other._size > 0) {
65 } else {
67 }
68 }
69 return *this;
70 }
FL_DISABLE_WARNING_POP void clear()
FL_DISABLE_WARNING_POP FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_NULL_DEREFERENCE void resize(fl::u32 new_size)
References bitset_dynamic(), _block_count, _blocks, _size, clear(), and resize().