OpenKalman
|
Definition for pattern_range. More...
#include "basics/compatibility/ranges.hpp"
#include "collections/concepts/sized_random_access_range.hpp"
#include "pattern.hpp"
Go to the source code of this file.
Variables | |
template<typename T > | |
constexpr bool | OpenKalman::coordinates::pattern_range = collections::sized_random_access_range<T> and detail::is_pattern_range<T>::value |
An object describing a collection of /ref pattern objects. More... | |
Definition for pattern_range.
constexpr bool OpenKalman::coordinates::pattern_range = collections::sized_random_access_range<T> and detail::is_pattern_range<T>::value |
An object describing a collection of /ref pattern objects.
This will be a pattern_tuple or a dynamic range over a collection such as std::vector.