OpenKalman
Namespaces | Variables
collection.hpp File Reference

Definition for collections::collection. More...

#include "tuple_like.hpp"
#include "uniformly_gettable.hpp"
Include dependency graph for collection.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 OpenKalman::collections
 Namespace for collections.
 

Variables

template<typename T >
constexpr bool OpenKalman::collections::collection = ranges::random_access_range<T> or uniformly_gettable<T>
 An object describing a collection of objects. More...
 

Detailed Description

Definition for collections::collection.