Searched defs:NonThrowingIterator (Results 1 – 1 of 1) sorted by relevance
473 struct NonThrowingIterator { struct481 NonThrowingIterator () in NonThrowingIterator() argument483 NonThrowingIterator (const T *first, const T* last) in NonThrowingIterator() argument485 NonThrowingIterator (const NonThrowingIterator &rhs) in NonThrowingIterator() argument509 NonThrowingIterator temp = *this; argument522 NonThrowingIterator temp = *this; argument543 bool operator== (const NonThrowingIterator<T>& a, const NonThrowingIterator<T>& b) TEST_NOEXCEPT argument