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

The incrementable_ concept. More...

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

Concept definition

template<typename I>
concept ranges::incrementable_ = requires( I i ) { concepts::requires_<same_as<I, decltype(i++)>> ; }
The incrementable_ concept.
Definition: concepts.hpp:275

Detailed Description

The incrementable_ concept.