|
OpenKalman
|
Definition of collections::slice_view and collections::views::slice. More...
#include <tuple>#include "values/values.hpp"#include "collections/functions/get_size.hpp"#include "collections/concepts/collection.hpp"#include "collections/concepts/viewable_collection.hpp"#include "collections/functions/get_element.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 (V &&, const O &, const E &) -> slice_view< V, O, E > | |
| Deduction guides. | |
| template<typename V , typename O > | |
| OpenKalman::collections::slice_view (V &&, const O &) -> slice_view< V, O > | |
| template<typename R , typename O , typename E > | |
| constexpr auto | OpenKalman::collections::views::detail::slice_impl (R &&r, O &&o, E &&e) |
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