Return true if the SparseBitVector is empty
| 1135 | |
| 1136 | // Return true if the SparseBitVector is empty |
| 1137 | bool empty() const |
| 1138 | { |
| 1139 | return Elements.empty(); |
| 1140 | } |
| 1141 | |
| 1142 | unsigned count() const |
| 1143 | { |
no outgoing calls
no test coverage detected