Horizon
Loading...
Searching...
No Matches
Classes | Namespaces | Concepts | Functions | Variables
zip_with.hpp File Reference
#include <limits>
#include <tuple>
#include <type_traits>
#include <utility>
#include <meta/meta.hpp>
#include <range/v3/range_fwd.hpp>
#include <range/v3/functional/bind_back.hpp>
#include <range/v3/functional/indirect.hpp>
#include <range/v3/functional/invoke.hpp>
#include <range/v3/iterator/operations.hpp>
#include <range/v3/range/access.hpp>
#include <range/v3/range/concepts.hpp>
#include <range/v3/range/traits.hpp>
#include <range/v3/utility/common_type.hpp>
#include <range/v3/utility/semiregular_box.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/detail/prologue.hpp>
#include <range/v3/detail/epilogue.hpp>
#include <range/v3/detail/satisfy_boost_range.hpp>

Go to the source code of this file.

Classes

struct  ranges::iter_zip_with_view< Fun, Rngs >
 
struct  ranges::zip_with_view< Fun, Rngs >
 
struct  ranges::views::iter_zip_with_fn
 
struct  ranges::views::zip_with_fn
 

Namespaces

namespace  ranges::views
 

Concepts

concept  ranges::views::zippable_with_
 The zippable_with_ concept.
 
concept  ranges::views::zippable_with
 The zippable_with concept.
 

Functions

 ranges::views::template (typename Fun, typename... Rngs)(concept(zippable_with_)(Fun
 
 ranges::template (typename Fun, typename... Rng)() zip_with_view(Fun
 

Variables

 ranges::views::Rngs
 
invocable< Fun &, iterator_t< Rngs >... > AND invocable< Fun &, copy_tag, iterator_t< Rngs >... > AND ranges::views::invocable< Fun &, move_tag, iterator_t< Rngs >... >
 
template<typename Fun , typename ... Rngs>
CPP_concept ranges::views::zippable_with