Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dalmost_satisfies_types.h290 using OutputRangeNotInputOrOutputIterator = UncheckedRange<InputIteratorNotInputOrOutputIterator>; variable
295 static_assert(!std::ranges::output_range<OutputRangeNotInputOrOutputIterator, int>);
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.fill/
H A Dranges.fill.pass.cpp41 static_assert(!HasFillR<OutputRangeNotInputOrOutputIterator>);