Half-open range of indices: [from, to).
Synopsis of methods | |
constexpr indices_fn | indices {} |
Public Member Functions | |
template<typename Val > | |
requires integral< Val > iota_view< Val, Val > | operator() (Val from, Val to) const |
template<typename Val > | |
requires integral< Val > iota_view< Val, Val > | operator() (Val to) const |
![]() | |
constexpr | iota_view (meta::id_t< std::size_t > from, meta::id_t< To > to) |
constexpr | iota_view (std::size_t from) |