|
OpenKalman
|
Definition of collections::slice_view and collections::views::slice. More...
#include <tuple>#include "values/concepts/index.hpp"#include "values/concepts/fixed.hpp"#include "values/functions/operation.hpp"#include "collections/concepts/collection.hpp"#include "collections/concepts/viewable_collection.hpp"#include "collections/functions/get.hpp"#include "collections/functions/lexicographical_compare_three_way.hpp"#include "all.hpp"

Go to the source code of this file.
Namespaces | |
| OpenKalman::collections | |
| Namespace for collections. | |
| OpenKalman::collections::views | |
| Namespace for generalized views. | |
Functions | |
| template<typename V , typename O , typename E > | |
| OpenKalman::collections::slice_view (const V &, const O &, const E &) -> slice_view< V, O, E > | |
| Deduction guide. | |
Variables | |
| constexpr detail::slice_adapter | OpenKalman::collections::views::slice |
| a RangeAdapterObject associated with slice_view. More... | |
Definition of collections::slice_view and collections::views::slice.
1.8.13