Struct InsertionOrderedMap::IteratorΒΆ

struct Iterator

Public Functions

Iterator(InsertionOrderedMap *that, std::vector<llvm::Value *>::iterator v_it)
auto &operator++()
auto operator++(int)
auto &operator*()
auto operator->()
bool operator==(const Iterator &peer)
bool operator!=(const Iterator &peer)

Public Members

InsertionOrderedMap *that_
std::vector<llvm::Value *>::iterator v_it_