std::ranges::ViewableRange
From cppreference.com
| Defined in header <ranges>
|
||
| template<class T> concept ViewableRange = |
||
The ViewableRange concept is a refinement of Range that describes a range that can be safely converted into a View.
(note __ForwardingRange is the exposition-only concept defined in Range)