OpenKalman
|
Definition for collections::collection_view. More...
Go to the source code of this file.
Namespaces | |
OpenKalman::collections | |
Namespace for collections. | |
Variables | |
template<typename T > | |
constexpr bool | OpenKalman::collections::collection_view = ranges::view<T> and uniformly_gettable<T> and ranges::random_access_range<T> |
A view to a collection which is also a std::ranges:view. More... | |
Definition for collections::collection_view.