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>
concept ranges::cartesian_produce_view_can_size_ = ) , concept_ ) = and_v<common_with<std::uintmax_t
The cartesian_produce_view_can_size_ concept.
Definition: cartesian_product.hpp:91

Detailed Description

The cartesian_produce_view_can_size_ concept.