Horizon
Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions | Variables
access.hpp File Reference
#include <range/v3/detail/config.hpp>
#include <functional>
#include <initializer_list>
#include <iterator>
#include <limits>
#include <utility>
#include <range/v3/range_fwd.hpp>
#include <range/v3/iterator/concepts.hpp>
#include <range/v3/iterator/reverse_iterator.hpp>
#include <range/v3/iterator/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.

Namespaces

namespace  ranges::cpp20
 

Typedefs

template<typename Rng >
using ranges::iterator_t = decltype(begin(declval(Rng &)))
 
template<typename Rng >
using ranges::sentinel_t = decltype(end(declval(Rng &)))
 

Functions

template<typename T >
ranges::detail::_decay_copy (T) noexcept
 

Variables

template<typename T >
RANGES_INLINE_VAR constexpr bool ranges::detail::_borrowed_range
 
template<typename T >
RANGES_INLINE_VAR constexpr bool ranges::detail::_borrowed_range< T & > = true
 

Variable Documentation

◆ _borrowed_range

template<typename T >
RANGES_INLINE_VAR constexpr bool ranges::detail::_borrowed_range
constexpr
Initial value:
=
enable_borrowed_range<uncvref_t<T>>