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

The cartesian_produce_view_can_size concept. More...

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

Concept definition

template<typename IsConst, typename... Views>
and_v<sized_range<meta::const_if<IsConst, Views>>...> &&
The cartesian_produce_view_can_size_ concept.
Definition: cartesian_product.hpp:91
The cartesian_produce_view_can_size concept.
Definition: cartesian_product.hpp:95

Detailed Description

The cartesian_produce_view_can_size concept.