OpenKalman
Classes | Namespaces | Functions
transpose.hpp File Reference

Definition of collections::transpose_view and collections::views::transpose. More...

#include <tuple>
#include <variant>
#include "collections/collections.hpp"
#include "patterns/concepts/pattern_collection.hpp"
#include "patterns/functions/get_pattern.hpp"
Include dependency graph for transpose.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::patterns::transpose_view< P, indexa, indexb >
 A view representing a transpose of a pattern_collection. More...
 
struct  OpenKalman::patterns::transpose_view< P, indexa, indexb >::iterator< Const >
 Iterator for transpose_view. More...
 
struct  OpenKalman::patterns::detail::transpose_tuple_size< S, indexb, typename >
 
struct  OpenKalman::patterns::detail::transpose_tuple_size< S, indexb, std::enable_if_t< values::fixed_value_compares_with< S, OpenKalman::stdex::dynamic_extent, &stdex::is_neq > > >
 
struct  std::tuple_size< OpenKalman::patterns::transpose_view< P, indexa, indexb > >
 
struct  std::tuple_element< i, OpenKalman::patterns::transpose_view< P, indexa, indexb > >
 
struct  OpenKalman::patterns::views::detail::transpose_closure< indexa, indexb >
 
struct  OpenKalman::patterns::views::detail::transpose_adapter< indexa, indexb >
 

Namespaces

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

Functions

template<typename P >
 OpenKalman::patterns::transpose_view (P &&) -> transpose_view< P >
 Deduction guides.
 

Detailed Description

Definition of collections::transpose_view and collections::views::transpose.