Searched defs:NonThrowingIterator (Results 1 – 2 of 2) sorted by relevance
473 struct NonThrowingIterator { struct481 NonThrowingIterator () in NonThrowingIterator() argument483 NonThrowingIterator (const T *first, const T* last) in NonThrowingIterator() function485 NonThrowingIterator (const NonThrowingIterator &rhs) in NonThrowingIterator() function509 NonThrowingIterator temp = *this; argument522 NonThrowingIterator temp = *this; argument543 bool operator== (const NonThrowingIterator<T>& a, const NonThrowingIterator<T>& b) TEST_NOEXCEPT argument
567 struct NonThrowingIterator { struct574 NonThrowingIterator() in NonThrowingIterator() argument576 explicit NonThrowingIterator(const T *first, const T *last) in NonThrowingIterator() function578 NonThrowingIterator(const NonThrowingIterator& rhs) in NonThrowingIterator() argument598 NonThrowingIterator temp = *this; argument609 NonThrowingIterator temp = *this; argument622 … friend bool operator!=(const NonThrowingIterator& a, const NonThrowingIterator& b) TEST_NOEXCEPT { argument627 void operator,(T2 const &) = delete;631 const T *end_;632 const T *current_;