![]() |
Spicy
|
Public Types | |
using | E = std::conditional_t< isConst, const Erased &, Erased & > |
using | Location = ::hilti::visitor::Location< E > |
using | Position = ::hilti::visitor::Position< E > |
Public Member Functions | |
Iterator (E root) | |
Iterator (const Iterator &other)=default | |
Iterator (Iterator &&other) noexcept=default | |
Iterator & | operator++ () |
Position | operator* () const |
Iterator & | operator= (const Iterator &other)=default |
Iterator & | operator= (Iterator &&other) noexcept=default |
bool | operator== (const Iterator &other) const |
bool | operator!= (const Iterator &other) const |