begin() -> detail::facade_iterator_t< D > | ranges::view_facade< iota_view< int, To >, same_as< To, unreachable_sentinel_t > ? infinite :std::is_integral< int >::value &&std::is_integral< To >::value ? finite :unknown > | |
begin() const -> detail::facade_iterator_t< D const > | ranges::view_facade< iota_view< int, To >, same_as< To, unreachable_sentinel_t > ? infinite :std::is_integral< int >::value &&std::is_integral< To >::value ? finite :unknown > | |
derived() const noexcept | ranges::view_interface< iota_view< int, To >, Cardinality > | protected |
empty() const noexcept -> bool | ranges::view_interface< iota_view< int, To >, Cardinality > | |
empty() noexcept(noexcept(bool(ranges::begin(std::declval< D< True > & >())==ranges::end(std::declval< D< True > & >())))) | ranges::view_interface< iota_view< int, To >, Cardinality > | |
empty() const noexcept(noexcept(bool(ranges::begin(std::declval< D< True > const & >())==ranges::end(std::declval< D< True > const & >())))) | ranges::view_interface< iota_view< int, To >, Cardinality > | |
end() -> detail::facade_sentinel_t< D > | ranges::view_facade< iota_view< int, To >, same_as< To, unreachable_sentinel_t > ? infinite :std::is_integral< int >::value &&std::is_integral< To >::value ? finite :unknown > | |
end() const -> detail::facade_sentinel_t< D const > | ranges::view_facade< iota_view< int, To >, same_as< To, unreachable_sentinel_t > ? infinite :std::is_integral< int >::value &&std::is_integral< To >::value ? finite :unknown > | |
ints (defined in ranges::views::ints_fn) | ranges::views::ints_fn | related |
ints_fn()=default (defined in ranges::views::ints_fn) | ranges::views::ints_fn | |
operator bool() const noexcept(noexcept(ranges::empty(std::declval< D< True > const & >()))) | ranges::view_interface< iota_view< int, To >, Cardinality > | explicit |
operator()(Val value) const (defined in ranges::views::ints_fn) | ranges::views::ints_fn | |
operator()(Val value, unreachable_sentinel_t) const (defined in ranges::views::ints_fn) | ranges::views::ints_fn | |
operator()(Val from, Val to) const (defined in ranges::views::ints_fn) | ranges::views::ints_fn | |