Home
last modified time | relevance | path

Searched refs:__nothrow_input_range (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_range.compile.pass.cpp31 static_assert(std::ranges::__nothrow_input_range<test_range<cpp20_input_iterator>>);
33 static_assert(!std::ranges::__nothrow_input_range<test_range<InputProxyIterator>>);
H A Dnothrow_forward_range.compile.pass.cpp40 constexpr bool forward_subsumes_input(std::ranges::__nothrow_input_range auto&&);
/llvm-project-15.0.7/libcxx/include/__memory/
H A Dconcepts.h46 concept __nothrow_input_range = variable
59 __nothrow_input_range<_Rp> &&
H A Dranges_construct_at.h85 template <__nothrow_input_range _InputRange>