Half-open range of indices: [from, to).
Synopsis of methods | |
constexpr indices_fn | indices {} |
Public Member Functions | |
template<typename Val > | |
iota_view< Val, Val > | operator() (Val from, Val to) const |
template<typename 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) |
iota_view<Val, Val> ranges::views::indices_fn::operator() | ( | Val | from, |
Val | to | ||
) | const |
integral<Val>
iota_view<Val, Val> ranges::views::indices_fn::operator() | ( | Val | to | ) | const |
integral<Val>