Searched refs:NonThrowingIterator (Results 1 – 2 of 2) sorted by relevance
538 struct NonThrowingIterator { struct545 NonThrowingIterator() in NonThrowingIterator() argument549 NonThrowingIterator(const NonThrowingIterator& rhs) in NonThrowingIterator() argument552 NonThrowingIterator& operator=(const NonThrowingIterator& rhs) TEST_NOEXCEPT {563 NonThrowingIterator& operator++() TEST_NOEXCEPT {568 NonThrowingIterator operator++(int) TEST_NOEXCEPT {569 NonThrowingIterator temp = *this; argument574 NonThrowingIterator & operator--() TEST_NOEXCEPT {580 NonThrowingIterator temp = *this; argument585 … friend bool operator==(const NonThrowingIterator& a, const NonThrowingIterator& b) TEST_NOEXCEPT {[all …]
210 … static_assert((!std::__is_cpp17_contiguous_iterator<NonThrowingIterator <char *> >::value), ""); in main()