OpenKalman
|
Definition for pattern_tuple. More...
#include <type_traits>
#include <tuple>
#include <utility>
#include "collections/concepts/tuple_like.hpp"
#include "pattern.hpp"
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. | |
Definition for pattern_tuple.