|
using | iterator_category = std::forward_iterator_tag |
using | value_type = Derived |
using | difference_type = std::ptrdiff_t |
using | pointer = const Derived* |
using | reference = const Derived& |
|
constexpr | Iterator (uint8_t value) |
constexpr Derived | operator* () const |
constexpr Iterator & | operator++ () |
constexpr Iterator | operator++ (int) |
constexpr bool | operator== (const Iterator &other) const |
constexpr bool | operator!= (const Iterator &other) const |
The documentation for this class was generated from the following file: