|
|
using | iterator_category = std::bidirectional_iterator_tag |
|
using | value_type = uint32_t |
|
using | difference_type = std::ptrdiff_t |
|
using | pointer = const uint32_t* |
|
using | reference = const uint32_t& |
|
|
| BitSetIterator (const BitSetIterator &rhs) |
|
BitSetIterator & | operator= (const BitSetIterator &rhs) |
|
BitSetIterator & | operator++ () |
|
BitSetIterator | operator++ (int) |
|
BitSetIterator & | operator-- () |
|
BitSetIterator | operator-- (int) |
|
value_type | operator* () const |
|
bool | operator== (const BitSetIterator &rhs) const |
|
bool | operator!= (const BitSetIterator &rhs) const |
The documentation for this class was generated from the following file: