|
OpenKalman
|
Definition for uniform_pattern. More...
#include "collections/collections.hpp"#include "patterns/concepts/compares_with.hpp"#include "patterns/traits/uniform_pattern_type.hpp"

Go to the source code of this file.
Namespaces | |
| OpenKalman::patterns | |
| The namespace for features relating to patterns::pattern object. | |
Functions | |
| template<typename T , typename C = void, std::size_t i = 0> | |
| constexpr auto | OpenKalman::patterns::detail::heterogeneous_pattern_impl () |
Variables | |
| template<typename T , applicability a = applicability::guaranteed> | |
| constexpr bool | OpenKalman::patterns::uniform_pattern |
| T is a patterns::pattern that is either empty or can be decomposed into a uniform set of 1D patterns::pattern. More... | |
Definition for uniform_pattern.
1.8.13