#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.
|
template<typename Rng > |
RANGES_INLINE_VAR constexpr bool | ranges::enable_borrowed_range< ref_view< Rng > > = true |
|