std::ranges::ContiguousRange
From cppreference.com
Defined in header <ranges>
|
||
template<class T> concept ContiguousRange = |
||
The ContiguousRange concept is a refinement of Range
for which ranges::begin returns a model of ContiguousIterator
and the customization point ranges::data is usable.