Horizon
Loading...
Searching...
No Matches
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

namespace  ranges::views
 
namespace  ranges::cpp20
 

Functions

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

Variables

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