Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::views::ints_fn Struct Reference
+ Inheritance diagram for ranges::views::ints_fn:

Synopsis of methods

constexpr ints_fn ints {}
 

Public Member Functions

template<typename Val >
constexpr auto operator() (Val from, Val to) const -> iota_view< Val, Val > requires integral< Val >
 
template<typename Val >
constexpr auto operator() (Val value) const -> iota_view< Val > requires integral< Val >
 
template<typename Val >
constexpr auto operator() (Val value, unreachable_sentinel_t) const -> iota_view< Val > requires integral< Val >
 
- Public Member Functions inherited from ranges::iota_view< int >
constexpr iota_view (int from)
 
constexpr iota_view (meta::id_t< int > from, meta::id_t< To > to)