Return true if the SparseBitVector is empty
| 793 | |
| 794 | // Return true if the SparseBitVector is empty |
| 795 | bool empty() const { |
| 796 | return Elements.empty(); |
| 797 | } |
| 798 | |
| 799 | unsigned count() const { |
| 800 | unsigned BitCount = 0; |
no outgoing calls
no test coverage detected