|
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 |
|
constexpr | iota_view (int from) |
|
constexpr | iota_view (meta::id_t< int > from, meta::id_t< To > to) |
|