Scroll to navigation

std::experimental::ranges::OutputRange(3) C++ Standard Libary std::experimental::ranges::OutputRange(3)

NAME

std::experimental::ranges::OutputRange - std::experimental::ranges::OutputRange

Synopsis


Defined in header <experimental/ranges/range>
template <class R, class T>


concept bool OutputRange = (ranges TS)


Range<R> && OutputIterator<ranges::iterator_t<R>, T>;


This section is incomplete
Reason: add description and extra caveats

2022.07.31 http://cppreference.com