Home
last modified time | relevance | path

Searched refs:ForwardProxyIterator (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/test/libcxx/algorithms/specialized.algorithms/special.mem.concepts/
H A Dnothrow_forward_iterator.compile.pass.cpp19 struct ForwardProxyIterator { struct
22 ForwardProxyIterator& operator++(); argument
23 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>);
H A Dnothrow_forward_range.compile.pass.cpp22 struct ForwardProxyIterator { struct
25 ForwardProxyIterator& operator++(); argument
26 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>>);