Searched refs:ForwardProxyIterator (Results 1 – 2 of 2) sorted by relevance
19 struct ForwardProxyIterator { struct22 ForwardProxyIterator& operator++(); argument23 ForwardProxyIterator operator++(int);24 bool operator==(const ForwardProxyIterator&) const;30 static_assert(std::forward_iterator<ForwardProxyIterator>);31 static_assert(!std::ranges::__nothrow_forward_iterator<ForwardProxyIterator>);
22 struct ForwardProxyIterator { struct25 ForwardProxyIterator& operator++(); argument26 ForwardProxyIterator operator++(int);27 bool operator==(const ForwardProxyIterator&) const;34 static_assert(std::ranges::forward_range<test_range<ForwardProxyIterator>>);35 static_assert(!std::ranges::__nothrow_forward_range<test_range<ForwardProxyIterator>>);