Horizon
Classes | Namespaces | Functions | Variables
ref.hpp File Reference
#include <concepts/concepts.hpp>
#include <range/v3/range_fwd.hpp>
#include <range/v3/range/access.hpp>
#include <range/v3/range/primitives.hpp>
#include <range/v3/range/traits.hpp>
#include <range/v3/utility/addressof.hpp>
#include <range/v3/view/interface.hpp>
#include <range/v3/detail/prologue.hpp>
#include <range/v3/detail/satisfy_boost_range.hpp>
#include <range/v3/detail/epilogue.hpp>

Go to the source code of this file.

Classes

struct  ranges::ref_view< Rng >
 
struct  ranges::views::ref_fn
 

Namespaces

 ranges::views
 
 ranges::cpp20
 

Functions

 ranges::template (typename R)(requires range< R >) ref_view(R &) -> ref_view< R >
 

Variables

template<typename Rng >
constexpr RANGES_INLINE_VAR bool ranges::enable_borrowed_range< ref_view< Rng > > = true