OpenKalman
Classes | Namespaces | Variables
repeat.hpp File Reference

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

#include "values/values.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 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.
 

Detailed Description

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