Home
last modified time | relevance | path

Searched refs:__nothrow_input_iterator (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libcxx/test/libcxx/algorithms/specialized.algorithms/special.mem.concepts/
H A Dnothrow_input_iterator.compile.pass.cpp28 static_assert(std::ranges::__nothrow_input_iterator<cpp20_input_iterator<int*>>);
29 static_assert(!std::ranges::__nothrow_input_iterator<cpp17_output_iterator<int*>>);
31 static_assert(!std::ranges::__nothrow_input_iterator<InputProxyIterator>);
H A Dnothrow_forward_iterator.compile.pass.cpp36 constexpr bool forward_subsumes_input(std::ranges::__nothrow_input_iterator auto);
/llvm-project-15.0.7/libcxx/include/__memory/
H A Dconcepts.h37 concept __nothrow_input_iterator = variable
48 __nothrow_input_iterator<iterator_t<_Rp>> &&
53 __nothrow_input_iterator<_Ip> &&
H A Dranges_construct_at.h78 …template <__nothrow_input_iterator _InputIterator, __nothrow_sentinel_for<_InputIterator> _Sentine…
104 template <__nothrow_input_iterator _InputIterator>