|
OpenKalman
|
Equivalent to std::ranges::iota_view. More...
#include <iota.hpp>


Classes | |
| struct | iterator |
| struct | sentinel |
Public Member Functions | |
| constexpr | iota_view (W value) |
| constexpr | iota_view (stdex::type_identity_t< W > value, stdex::type_identity_t< Bound > bound) |
| template<bool Enable = true, std::enable_if_t< Enable and std::is_same_v< Bound, W >, int > = 0> | |
| constexpr | iota_view (iterator first, iterator last) |
| template<bool Enable = true, std::enable_if_t< Enable and std::is_same_v< Bound, unreachable_sentinel_t >, int > = 0> | |
| constexpr | iota_view (iterator first, Bound last) |
| template<bool Enable = true, std::enable_if_t< Enable and not std::is_same_v< Bound, W > and not std::is_same_v< Bound, unreachable_sentinel_t >, int > = 0> | |
| constexpr | iota_view (iterator first, sentinel last) |
| constexpr iterator | begin () const |
| constexpr auto | end () const |
| template<bool Enable = true, std::enable_if_t< Enable and std::is_same_v< W, Bound >, int > = 0> | |
| constexpr iterator | end () const |
| constexpr auto | empty () const |
| template<bool Enable = true, std::enable_if_t< Enable and not std::is_same_v< Bound, unreachable_sentinel_t > and((std::is_same_v< W, Bound > and advanceable< W >) or(OpenKalman::internal::is_integer_like< W > and OpenKalman::internal::is_integer_like< Bound >) or sized_sentinel_for< Bound, W >), int > = 0> | |
| constexpr auto | size () const |
Public Member Functions inherited from OpenKalman::stdex::ranges::view_interface< iota_view< W, Bound > > | |
| constexpr bool | empty () |
| constexpr bool | empty () const |
| constexpr auto | cbegin () |
| constexpr auto | cbegin () const |
| constexpr auto | cend () |
| constexpr auto | cend () const |
| constexpr | operator bool () |
| constexpr | operator bool () const |
| constexpr auto | size () |
| constexpr auto | size () const |
| decltype(auto) constexpr | front () |
| decltype(auto) constexpr | front () const |
| decltype(auto) constexpr | back () |
| decltype(auto) constexpr | back () const |
| decltype(auto) constexpr | operator[] (range_difference_t< D > n) |
| decltype(auto) constexpr | operator[] (range_difference_t< D > n) const |
Equivalent to std::ranges::iota_view.
1.8.13