| 1067 | } |
| 1068 | |
| 1069 | bool intersects(const SparseBitVector<ElementSize> *RHS) const |
| 1070 | { |
| 1071 | return intersects(*RHS); |
| 1072 | } |
| 1073 | |
| 1074 | // Return true if we share any bits in common with RHS |
| 1075 | bool intersects(const SparseBitVector<ElementSize> &RHS) const |