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

The common_range_ concept. More...

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

Concept definition

template<typename T>
concept ranges::common_range_ = ) , concept_ ) = same_as<iterator_t<T>, sentinel_t<T>>
The common_range_ concept.
Definition: concepts.hpp:154

Detailed Description

The common_range_ concept.