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