OpenKalman
Classes | Functions | Variables
repeat.hpp File Reference
#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"
Include dependency graph for repeat.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Variable Documentation

◆ repeat

constexpr detail::repeat_adapter OpenKalman::ranges::views::repeat
inline

Equivalent to std::ranges::views::repeat.

See also
repeat_view