OpenKalman
Namespaces | Variables
collection_view.hpp File Reference

Definition for collections::collection_view. More...

#include "basics/compatibility/views/view-concepts.hpp"
#include "uniformly_gettable.hpp"
Include dependency graph for collection_view.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 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...
 

Detailed Description

Definition for collections::collection_view.