OpenKalman
|
Definition of collections::repeat_tuple_view and collections::views::repeat. More...
Go to the source code of this file.
Classes | |
struct | OpenKalman::collections::repeat_tuple_view< N, T > |
A view of a tuple that replicates a particular value N number of times. More... | |
struct | std::tuple_size< OpenKalman::collections::repeat_tuple_view< N, T > > |
struct | std::tuple_element< i, OpenKalman::collections::repeat_tuple_view< N, T > > |
struct | OpenKalman::collections::views::detail::repeat_adaptor |
Namespaces | |
OpenKalman::collections | |
Namespace for collections. | |
OpenKalman::collections::views | |
Namespace for generalized views. | |
Variables | |
constexpr detail::repeat_adaptor | OpenKalman::collections::views::repeat |
a std::ranges::range_adaptor_closure for a set of repeatenated collection objects. | |
Definition of collections::repeat_tuple_view and collections::views::repeat.