class SparseBitVector::SparseBitVectorIterator
Declaration
class SparseBitVector::SparseBitVectorIterator { /* full declaration omitted */ };Declared at: llvm/include/llvm/ADT/SparseBitVector.h:318
Method Overview
- public SparseBitVectorIterator()
 - public SparseBitVectorIterator(const SparseBitVector<ElementSize> * RHS, bool end = false)
 
Methods
¶SparseBitVectorIterator()
SparseBitVectorIterator()Declared at: llvm/include/llvm/ADT/SparseBitVector.h:394
¶SparseBitVectorIterator(
    const SparseBitVector<ElementSize>* RHS,
    bool end = false)
SparseBitVectorIterator(
    const SparseBitVector<ElementSize>* RHS,
    bool end = false)Declared at: llvm/include/llvm/ADT/SparseBitVector.h:396
Parameters
- const SparseBitVector<ElementSize>* RHS
 - bool end = false