OpenKalman
Classes | Namespaces | Variables
dimensions.hpp File Reference

Definition of coordinates::views::dimensions. More...

#include "collections/collections.hpp"
#include "coordinates/concepts/pattern_collection.hpp"
#include "coordinates/functions/get_dimension.hpp"
Include dependency graph for dimensions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::coordinates::dimensions_tuple_view< T >
 A view to the dimensions of a uniformly_gettable pattern_collection. More...
 
struct  std::tuple_size< OpenKalman::coordinates::dimensions_tuple_view< T > >
 
struct  std::tuple_element< i, OpenKalman::coordinates::dimensions_tuple_view< T > >
 
struct  OpenKalman::coordinates::views::detail::dimensions_adaptor
 

Namespaces

 OpenKalman::coordinates
 The namespace for features relating to coordinates::pattern object.
 
 OpenKalman::coordinates::views
 The namespace for views for coordinates::pattern object.
 

Variables

constexpr detail::dimensions_adaptor OpenKalman::coordinates::views::dimensions
 a std::ranges::range_adaptor_closure for the dimensions of a pattern_collection.
 

Detailed Description

Definition of coordinates::views::dimensions.