OpenKalman
|
Definition for collections::output_collection. More...
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. | |
Definition for collections::output_collection.