OpenKalman
Variables
pattern_tuple.hpp File Reference

Definition for pattern_tuple. More...

#include <type_traits>
#include <tuple>
#include <utility>
#include "collections/concepts/tuple_like.hpp"
#include "pattern.hpp"
Include dependency graph for 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::pattern_tuple = detail::is_pattern_tuple<std::decay_t<T>>::value
 An object describing a tuple-like collection of /ref coordinates::pattern objects.
 

Detailed Description

Definition for pattern_tuple.