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

The view_ concept. More...

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

Concept definition

template<typename T>
concept ranges::view_ =
semiregular<T> &&
enable_view<T>
The range concept.
Definition: concepts.hpp:69
The view_ concept.
Definition: concepts.hpp:229

Detailed Description

The view_ concept.