std::ranges::output_range
From cppreference.com
C++
Ranges library
|
Range primitives | |||||||
|
Range concepts | ||||||||||||||||||||||||||||||||||
|
|
Range factories | |||||||||
|
Range adaptors | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
Helper items | |||||||||||||||||
|
Defined in header <ranges> | ||
template<class R, class T> concept output_range = | (since C++20) | |
The output_range
concept is a refinement of range
for which ranges::begin returns a model of output_iterator
.