#include <climits>
#include <cstdint>
#include <limits>
#include <type_traits>
#include <meta/meta.hpp>
#include <concepts/concepts.hpp>
#include <range/v3/range_fwd.hpp>
#include <range/v3/iterator/default_sentinel.hpp>
#include <range/v3/iterator/diffmax_t.hpp>
#include <range/v3/utility/static_const.hpp>
#include <range/v3/view/delimit.hpp>
#include <range/v3/view/facade.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 From , typename To > |
constexpr RANGES_INLINE_VAR bool | ranges::enable_borrowed_range< closed_iota_view< From, To > > |
|
template<typename From , typename To > |
constexpr RANGES_INLINE_VAR bool | ranges::enable_borrowed_range< iota_view< From, To > > = true |
|