Go to the source code of this file.
|
template<typename W , typename Bound , std::enable_if_t< not OpenKalman::internal::is_integer_like< W > or not OpenKalman::internal::is_integer_like< Bound > or OpenKalman::internal::is_signed_integer_like< W >==OpenKalman::internal::is_signed_integer_like< Bound >, int > = 0> |
| OpenKalman::ranges::iota_view (W, Bound) -> iota_view< W, Bound > |
|
◆ iota
constexpr detail::iota_adapter OpenKalman::ranges::views::iota |
|
inline |
Equivalent to std::ranges::views::iota.
- See also
- iota_view