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 >
requires integral< Val > __attribute__ ((deprecated("This potentially confusing API is deprecated. Prefer to " "explicitly specify the upper bound as with ranges::unreachable, as in " "views::ints( n, unreachable )"))) const expr iota_view< Val > operator()(Val value) const
 
template<typename Val >
requires constexpr integral< Val > iota_view< Val, Val > operator() (Val from, Val to) const
 
template<typename Val >
requires constexpr integral< Val > iota_view< Val > operator() (Val value, unreachable_sentinel_t) const
 
- 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)