OpenKalman
Namespaces | Variables
output_collection.hpp File Reference

Definition for collections::output_collection. More...

#include "collection.hpp"
#include "uniformly_settable.hpp"
Include dependency graph for output_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 C , typename T >
constexpr bool OpenKalman::collections::output_collection = collection<C> and (ranges::output_range<C, T> or uniformly_settable<C, T>)
 A collection that can be modified on an element-by-element basis.
 

Detailed Description

Definition for collections::output_collection.