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

The random_access_range concept. More...

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

Concept definition

template<typename T>
bidirectional_range<T> && ranges::random_access_range_ < T >
The bidirectional_range concept.
Definition: concepts.hpp:115
The random_access_range concept.
Definition: concepts.hpp:125

Detailed Description

The random_access_range concept.