OpenKalman
Variables
fixed_pattern_tuple.hpp File Reference

Definition for coordinates::fixed_pattern_tuple. More...

#include <type_traits>
#include <tuple>
#include "collections/concepts/tuple_like.hpp"
#include "linear-algebra/coordinates/concepts/pattern_tuple.hpp"
#include "fixed_pattern.hpp"
Include dependency graph for fixed_pattern_tuple.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

template<typename T >
constexpr bool OpenKalman::coordinates::fixed_pattern_tuple
 An object describing a tuple-like collection of /ref coordinates::pattern objects. More...
 

Detailed Description

Definition for coordinates::fixed_pattern_tuple.

Variable Documentation

◆ fixed_pattern_tuple

template<typename T >
constexpr bool OpenKalman::coordinates::fixed_pattern_tuple
Initial value:
=
detail::is_fixed_pattern_tuple<std::decay_t<T>>::value
constexpr bool value
T is numerical value or is reducible to a numerical value.
Definition: value.hpp:31

An object describing a tuple-like collection of /ref coordinates::pattern objects.