| 96 | |
| 97 | bool NoneSet() const { return this->popcount == 0; } |
| 98 | bool AllSet() const { return this->length == this->popcount; } |
| 99 | }; |
| 100 | |
| 101 | /// \brief A class that scans through a true/false bitmap to compute popcounts |
no outgoing calls
no test coverage detected