Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::view_ Concept Reference
Range
»
Range Concepts
The
view_
concept.
More...
#include <range/v3/range/concepts.hpp>
Concept definition
template
<
typename
T>
concept
ranges::view_
=
range<T>
&&
semiregular<T> &&
enable_view<T>
ranges::range
The range concept.
Definition:
concepts.hpp:69
ranges::view_
The view_ concept.
Definition:
concepts.hpp:229
Detailed Description
The
view_
concept.
ranges
view_
Generated by
1.9.4