16 #ifndef OPENKALMAN_COLLECTIONS_COLLECTION_VIEW_HPP 17 #define OPENKALMAN_COLLECTIONS_COLLECTION_VIEW_HPP 31 constexpr
bool collection_view =
34 stdex::ranges::view<T>;
Namespace for collections.
Definition: collections.hpp:27
Definition for collections::collection.
constexpr bool collection_view
A view to a collection which is also a std::ranges:view.
Definition: collection_view.hpp:31
Basic definitions for OpenKalman as a whole.