Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/ranges/range.adaptors/range.zip/
H A Drange.concept.compile.pass.cpp312 struct OutputView : std::ranges::view_base { struct
316 static_assert(std::ranges::output_range<OutputView, int>);
317 static_assert(!std::ranges::input_range<OutputView>);
325 static_assert(!zippable<OutputView>);
326 static_assert(!zippable<SimpleCommon, OutputView>);