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/classes/operation.hpp"
#include "collections/concepts/sized_random_access_range.hpp"
#include "collections/concepts/collection.hpp"
#include "collections/concepts/viewable_collection.hpp"
#include "collections/functions/get.hpp"
#include "collections/functions/compare.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.