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

The cartesian_produce_view_can_random_ concept. More...

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

Concept definition

template<typename IsConst, typename... Views>
concept ranges::cartesian_produce_view_can_random_ = ) , concept_ ) = and_v<random_access_iterator<iterator_t<meta::const_if<IsConst, Views>>>...>
The cartesian_produce_view_can_random_ concept.
Definition: cartesian_product.hpp:113

Detailed Description

The cartesian_produce_view_can_random_ concept.