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