|
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 uniformly_gettable view 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 repeated collection objects. | |
Definition of collections::repeat_tuple_view and collections::views::repeat.
1.8.13