OpenKalman
Classes | Functions | Variables
iota.hpp File Reference
#include "basics/compatibility/language-features.hpp"
#include "basics/compatibility/iterator.hpp"
#include "view-concepts.hpp"
#include "view_interface.hpp"
Include dependency graph for iota.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::ranges::iota_view< W, Bound >
 Equivalent to std::ranges::iota_view. More...
 
struct  OpenKalman::ranges::iota_view< W, Bound >::iterator
 
struct  OpenKalman::ranges::iota_view< W, Bound >::sentinel
 
struct  OpenKalman::ranges::views::detail::iota_adapter
 

Functions

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 >
 

Variables

constexpr detail::iota_adapter OpenKalman::ranges::views::iota
 Equivalent to std::ranges::views::iota. More...
 

Variable Documentation

◆ iota

constexpr detail::iota_adapter OpenKalman::ranges::views::iota
inline

Equivalent to std::ranges::views::iota.

See also
iota_view