* Sets the vector to all not selected. */
| 169 | * Sets the vector to all not selected. |
| 170 | */ |
| 171 | void clearAll() { |
| 172 | bits::fillBits(bits_.data(), 0, size_, false); |
| 173 | begin_ = 0; |
| 174 | end_ = 0; |
| 175 | allSelected_ = false; |
| 176 | } |
| 177 | |
| 178 | /** |
| 179 | * Sets the vector to all selected. |