Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/
H A Dranges.fill.pass.cpp40 static_assert(!HasFillR<OutputRangeNotIndirectlyWritable>);
/llvm-project/libcxx/test/support/
H A Dalmost_satisfies_types.h307 using OutputRangeNotIndirectlyWritable = UncheckedRange<OutputIteratorNotIndirectlyWritable>; variable