|
OpenKalman
|
#include <type_traits>#include "basics/compatibility/language-features.hpp"#include "basics/compatibility/internal/movable_box.hpp"#include "view_interface.hpp"

Go to the source code of this file.
Classes | |
| struct | OpenKalman::stdex::ranges::repeat_view< W, Bound > |
| Equivalent to std::ranges::repeat_view. More... | |
| struct | OpenKalman::stdex::ranges::repeat_view< W, Bound >::iterator |
| struct | OpenKalman::stdex::ranges::views::detail::repeat_adapter |
Functions | |
| template<typename W , typename Bound = unreachable_sentinel_t> | |
| OpenKalman::stdex::ranges::repeat_view (W, Bound={}) -> repeat_view< W, Bound > | |
Variables | |
| constexpr detail::repeat_adapter | OpenKalman::stdex::ranges::views::repeat |
| Equivalent to std::ranges::views::repeat. More... | |
|
inline |
Equivalent to std::ranges::views::repeat.
1.8.13