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

The cartesian_produce_view_can_distance_ concept. More...

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

Concept definition

template<typename IsConst, typename... Views>
iterator_t<meta::const_if<IsConst, Views>>,
iterator_t<meta::const_if<IsConst, Views>>>...>
The cartesian_produce_view_can_distance_ concept.
Definition: cartesian_product.hpp:101
The sized_sentinel_for concept.
Definition: concepts.hpp:322

Detailed Description

The cartesian_produce_view_can_distance_ concept.