OpenKalman
Public Member Functions | List of all members
OpenKalman::coordinates::dimensions_tuple_view< T > Struct Template Reference

A view to the dimensions of a uniformly_gettable pattern_collection. More...

#include <dimensions.hpp>

Public Member Functions

template<typename Arg , std::enable_if_t< stdex::constructible_from< T, Arg &&>, int > = 0>
constexpr dimensions_tuple_view (Arg &&arg)
 
template<std::size_t i>
frienddecltype(auto) constexpr get (const dimensions_tuple_view &v)
 Get element i of a dimensions_tuple_view.
 
template<size_t i>
frienddecltype(auto) constexpr get (dimensions_tuple_view &&v)
 Get element i of a dimensions_tuple_view.
 

Detailed Description

template<typename T>
struct OpenKalman::coordinates::dimensions_tuple_view< T >

A view to the dimensions of a uniformly_gettable pattern_collection.


The documentation for this struct was generated from the following file: