std::ranges::viewable_range
From cppreference.com
Defined in header <ranges>
|
||
template< class T > concept viewable_range = |
(since C++20) | |
The viewable_range
concept is a refinement of range
that describes a range that can be converted into a view
through views::all.
The constant /*is-initializer-list*/<T> is true if and only if