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>
same_as<detail::data_t<T>, std::add_pointer_t<iter_reference_t<iterator_t<T>>>>
The contiguous_iterator concept.
Definition: concepts.hpp:419
The contiguous_range_ concept.
Definition: concepts.hpp:143

Detailed Description

The contiguous_range_ concept.