OpenKalman
|
#include <type_traits>
#include "basics/compatibility/ranges.hpp"
#include "view_interface.hpp"
#include "basics/compatibility/language-features.hpp"
#include "basics/compatibility/ranges/range-access.hpp"
#include "basics/compatibility/ranges/range-concepts.hpp"
#include "basics/compatibility/internal/movable_box.hpp"
Go to the source code of this file.
Classes | |
struct | OpenKalman::ranges::repeat_view< W, Bound > |
Equivalent to std::ranges::repeat_view. More... | |
struct | OpenKalman::ranges::repeat_view< W, Bound >::iterator |
struct | OpenKalman::ranges::views::detail::repeat_adapter |
Functions | |
template<typename W , typename Bound = unreachable_sentinel_t> | |
OpenKalman::ranges::repeat_view (W, Bound={}) -> repeat_view< W, Bound > | |
Variables | |
constexpr detail::repeat_adapter | OpenKalman::ranges::views::repeat |
Equivalent to std::ranges::views::repeat. More... | |
|
inline |
Equivalent to std::ranges::views::repeat.