Searched refs:IteratorImpl (Results 1 – 1 of 1) sorted by relevance
34 struct IteratorImpl : public std::iterator < struct42 using traits = std::iterator_traits<IteratorImpl>; argument50 IteratorImpl(map_iter i) : mIter(i) {} in IteratorImpl() function52 inline IteratorImpl &operator++() {56 inline IteratorImpl operator++(int) {57 IteratorImpl i = *this; argument61 inline IteratorImpl &operator--() {65 inline IteratorImpl operator--(int) {66 IteratorImpl i = *this; argument72 inline bool operator==(const IteratorImpl &rhs) const { return mIter == rhs.mIter; }[all …]