OpenKalman
Classes | Namespaces | Variables
repeat.hpp File Reference

Definition of collections::repeat_tuple_view and collections::views::repeat. More...

#include "values/concepts/size.hpp"
#include "values/concepts/fixed.hpp"
#include "all.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::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.
 

Detailed Description

Definition of collections::repeat_tuple_view and collections::views::repeat.