Home
last modified time | relevance | path

Searched refs:__nothrow_forward_range (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/test/libcxx/algorithms/specialized.algorithms/special.mem.concepts/
H A Dnothrow_forward_range.compile.pass.cpp32 static_assert(std::ranges::__nothrow_forward_range<test_range<forward_iterator>>);
33 static_assert(!std::ranges::__nothrow_forward_range<test_range<cpp20_input_iterator>>);
35 static_assert(!std::ranges::__nothrow_forward_range<test_range<ForwardProxyIterator>>);
37 constexpr bool forward_subsumes_input(std::ranges::__nothrow_forward_range auto&&) { in forward_subsumes_input()
/llvm-project-15.0.7/libcxx/include/__memory/
H A Dranges_uninitialized_algorithms.h53 template <__nothrow_forward_range _ForwardRange>
100 template <__nothrow_forward_range _ForwardRange>
147 template <__nothrow_forward_range _ForwardRange, class _Tp>
203 template <input_range _InputRange, __nothrow_forward_range _OutputRange>
268 template <input_range _InputRange, __nothrow_forward_range _OutputRange>
H A Dconcepts.h58 concept __nothrow_forward_range = variable