12#ifndef RANGES_V3_VIEW_UNBOUNDED_HPP
13#define RANGES_V3_VIEW_UNBOUNDED_HPP
18#include <range/v3/utility/static_const.hpp>
21#include <range/v3/detail/prologue.hpp>
36 : it_(detail::move(it))
38 constexpr I begin()
const
49 RANGES_INLINE_VAR
constexpr bool enable_borrowed_range<unbounded_view<I>> =
true;
70#include <range/v3/detail/epilogue.hpp>
71#include <range/v3/detail/satisfy_boost_range.hpp>
Definition unbounded.hpp:29
Definition unreachable_sentinel.hpp:27
Definition interface.hpp:129
Definition unbounded.hpp:54