16 #ifndef OPENKALMAN_COLLECTIONS_OUTPUT_COLLECTION_HPP 17 #define OPENKALMAN_COLLECTIONS_OUTPUT_COLLECTION_HPP 27 template<
typename C,
typename T>
31 constexpr
bool output_collection =
33 collection<C> and (stdex::ranges::output_range<C, T> or uniformly_settable<C, T>);
Namespace for collections.
Definition: collections.hpp:27
Definition for collections::collection.
constexpr bool output_collection
A collection that can be modified on an element-by-element basis.
Definition: output_collection.hpp:31