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

The forward_range concept. More...

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

Concept definition

template<typename T>
input_range<T> && ranges::forward_range_ < T >
The forward_range concept.
Definition: concepts.hpp:106
The input_range concept.
Definition: concepts.hpp:97

Detailed Description

The forward_range concept.