LLVM 17.0.0git
|
ForwardIterator for the bits that are set. More...
#include "llvm/ADT/BitVector.h"
Public Member Functions | |
const_set_bits_iterator_impl (const BitVectorT &Parent, int Current) | |
const_set_bits_iterator_impl (const BitVectorT &Parent) | |
const_set_bits_iterator_impl (const const_set_bits_iterator_impl &)=default | |
const_set_bits_iterator_impl | operator++ (int) |
const_set_bits_iterator_impl & | operator++ () |
unsigned | operator* () const |
bool | operator== (const const_set_bits_iterator_impl &Other) const |
bool | operator!= (const const_set_bits_iterator_impl &Other) const |
ForwardIterator for the bits that are set.
Iterators get invalidated when resize / reserve is called.
Definition at line 33 of file BitVector.h.
|
inline |
Definition at line 43 of file BitVector.h.
|
inlineexplicit |
Definition at line 45 of file BitVector.h.
|
default |
|
inline |
Definition at line 68 of file BitVector.h.
References assert(), and llvm::Other.
|
inline |
Definition at line 60 of file BitVector.h.
|
inline |
Definition at line 55 of file BitVector.h.
|
inline |
Definition at line 49 of file BitVector.h.
|
inline |
Definition at line 62 of file BitVector.h.
References assert(), and llvm::Other.