Horizon
Loading...
Searching...
No Matches
Classes | Namespaces | Variables
iota.hpp File Reference
#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.

Classes

struct  ranges::closed_iota_view< From, To >
 An iota view in a closed range. More...
 
struct  ranges::iota_view< From, To >
 
struct  ranges::views::iota_fn
 
struct  ranges::views::closed_iota_fn
 
struct  ranges::views::ints_fn
 

Namespaces

namespace  ranges::views
 
namespace  ranges::cpp20
 

Variables

template<typename From , typename To >
RANGES_INLINE_VAR constexpr bool ranges::enable_borrowed_range< closed_iota_view< From, To > >
 
template<typename From , typename To >
RANGES_INLINE_VAR constexpr bool ranges::enable_borrowed_range< iota_view< From, To > > = true