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

The simple_view_impl_ concept. More...

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

Concept definition

template<typename Rng>
concept ranges::simple_view_impl_ = ) , concept_ ) = same_as<iterator_t<Rng>, iterator_t<Rng const>> &&
same_as<sentinel_t<Rng>, sentinel_t<Rng const>>
The simple_view_impl_ concept.
Definition: view.hpp:61

Detailed Description

The simple_view_impl_ concept.