Horizon
Classes | Namespaces | Functions | Variables
cartesian_product.hpp File Reference
#include <cstdint>
#include <concepts/concepts.hpp>
#include <range/v3/range_fwd.hpp>
#include <range/v3/iterator/default_sentinel.hpp>
#include <range/v3/iterator/operations.hpp>
#include <range/v3/range/access.hpp>
#include <range/v3/range/concepts.hpp>
#include <range/v3/range/primitives.hpp>
#include <range/v3/range/traits.hpp>
#include <range/v3/utility/static_const.hpp>
#include <range/v3/utility/tuple_algorithm.hpp>
#include <range/v3/view/all.hpp>
#include <range/v3/view/empty.hpp>
#include <range/v3/view/facade.hpp>
#include <range/v3/view/view.hpp>
#include <range/v3/detail/prologue.hpp>
#include <range/v3/detail/epilogue.hpp>

Go to the source code of this file.

Classes

struct  ranges::cartesian_product_view< Views >
 
struct  ranges::views::cartesian_product_fn
 

Namespaces

 ranges::views
 

Functions

 ranges::template (typename IsConst, typename... Views)(concept(cartesian_produce_view_can_size_)(IsConst
 \concept cartesian_produce_view_can_size_ More...
 
template<typename... Rng>
 ranges::cartesian_product_view (Rng &&...) -> cartesian_product_view< views::all_t< Rng >... >
 

Variables

template<typename... Views>
CPP_concept ranges::cartesian_produce_view_can_const
 \concept cartesian_produce_view_can_const More...
 
 ranges::Views
 
template<typename IsConst , typename... Views>
CPP_concept ranges::cartesian_produce_view_can_size
 \concept cartesian_produce_view_can_size More...
 
template<typename IsConst , typename... Views>
CPP_concept ranges::cartesian_produce_view_can_distance
 \concept cartesian_produce_view_can_distance More...
 
template<typename IsConst , typename... Views>
CPP_concept ranges::cartesian_produce_view_can_random
 \concept cartesian_produce_view_can_random More...
 
template<typename IsConst , typename... Views>
CPP_concept ranges::cartesian_produce_view_can_bidi
 \concept cartesian_produce_view_can_bidi More...