Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::contiguous_range Concept Reference

The contiguous_range concept. More...

#include <range/v3/range/concepts.hpp>

Concept definition

template<typename T>
random_access_range<T> && ranges::contiguous_range_ < T >
The contiguous_range concept.
Definition: concepts.hpp:149
The random_access_range concept.
Definition: concepts.hpp:125

Detailed Description

The contiguous_range concept.