OpenKalman
Variables
descriptor_collection.hpp File Reference

Definition for coordinates::descriptor_collection. More...

#include "collections/concepts/collection.hpp"
#include "descriptor_tuple.hpp"
#include "descriptor_range.hpp"
Include dependency graph for descriptor_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::descriptor_collection
 An object describing a collection of /ref coordinates::descriptor objects. More...
 

Detailed Description

Definition for coordinates::descriptor_collection.

Variable Documentation

◆ descriptor_collection

template<typename T >
constexpr bool OpenKalman::coordinates::descriptor_collection
Initial value:
=
collections::collection<T> and (descriptor_tuple<T> or descriptor_range<T>)

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

This will be either a descriptor_tuple or a descriptor_range.