|
|
using | difference_type = std::ptrdiff_t |
|
using | value_type = bool |
|
|
constexpr | bit_iterator (const T *storage, usize pos) noexcept |
|
constexpr bool | operator* () const noexcept |
|
constexpr bit_iterator & | operator++ () noexcept |
|
constexpr bit_iterator | operator++ (int) noexcept |
|
constexpr bool | operator== (const bit_iterator &) const noexcept=default |
The documentation for this class was generated from the following file: