Searched refs:OutputView (Results 1 – 1 of 1) sorted by relevance
312 struct OutputView : std::ranges::view_base { struct316 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>);