Horizon
Loading...
Searching...
No Matches
view.hpp File Reference
#include <type_traits>
#include <utility>
#include <meta/meta.hpp>
#include <range/v3/range_fwd.hpp>
#include <range/v3/functional/compose.hpp>
#include <range/v3/functional/concepts.hpp>
#include <range/v3/functional/pipeable.hpp>
#include <range/v3/functional/reference_wrapper.hpp>
#include <range/v3/range/concepts.hpp>
#include <range/v3/range/traits.hpp>
#include <range/v3/utility/static_const.hpp>
#include <range/v3/detail/prologue.hpp>
#include <range/v3/detail/epilogue.hpp>

Go to the source code of this file.

Classes

struct  ranges::make_view_closure_fn
struct  ranges::views::view_closure< ViewFn >

Namespaces

namespace  ranges::views

Concepts

concept  ranges::simple_view_impl_
 The simple_view_impl_ concept.
concept  ranges::simple_view_
 The simple_view_ concept.
concept  ranges::invocable_view_closure_
 The invocable_view_closure_ concept.
concept  ranges::invocable_view_closure
 The invocable_view_closure concept.

Functions

 ranges::template (typename Rng)(AND(range_cardinality< Rng >
 ranges::template (typename ViewFn, typename Rng)(concept(invocable_view_closure_)(ViewFn
template<typename Rng>
constexpr bool ranges::simple_view () noexcept

Variables

same_as< iterator_t< Rng >, iterator_t< Rng const > > AND ranges::same_as< sentinel_t< Rng >, sentinel_t< Rng const > >
template<typename Rng>
CPP_concept ranges::simple_view_
 ranges::Rng
template<typename ViewFn, typename Rng>
CPP_concept ranges::invocable_view_closure
template<typename ViewFn>
RANGES_INLINE_VAR constexpr bool ranges::is_pipeable_v< views::view_closure< ViewFn > > = true