OpenKalman
Variables
pattern_collection.hpp File Reference

Definition for pattern_collection. More...

#include "basics/concepts/collection.hpp"
#include "pattern_tuple.hpp"
#include "pattern_range.hpp"
Include dependency graph for pattern_collection.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_collection
 An object describing a collection of /ref coordinates::pattern objects. More...
 

Detailed Description

Definition for pattern_collection.

Variable Documentation

◆ pattern_collection

template<typename T >
constexpr bool OpenKalman::coordinates::pattern_collection
Initial value:
=
collection<T> and (pattern_tuple<T> or pattern_range<T>)

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

This will be a pattern_tuple or a dynamic range over a collection such as std::vector.