|
OpenKalman
|
Definition of collections::concat_tuple_view and collections::views::concat. More...
#include "values/values.hpp"#include "collections/concepts/uniformly_gettable.hpp"#include "collections/traits/collection_element.hpp"#include "collections/views/all.hpp"

Go to the source code of this file.
Classes | |
| struct | OpenKalman::collections::concat_tuple_view< Ts > |
| A view to a concatenation of some number of other uniformly_gettable object. More... | |
| struct | std::tuple_size< OpenKalman::collections::concat_tuple_view< Ts... > > |
| struct | std::tuple_element< i, OpenKalman::collections::concat_tuple_view< Ts... > > |
| struct | OpenKalman::collections::views::detail::concat_adaptor |
Namespaces | |
| OpenKalman::collections | |
| Namespace for collections. | |
| OpenKalman::collections::views | |
| Namespace for generalized views. | |
Functions | |
| template<std::size_t i> | |
| constexpr auto | OpenKalman::collections::detail::concat_tuple_view_indices () |
| template<std::size_t i, typename T , typename... Ts> | |
| constexpr auto | OpenKalman::collections::detail::concat_tuple_view_indices () |
| template<typename... Args> | |
| OpenKalman::collections::concat_tuple_view (Args &&...) -> concat_tuple_view< Args... > | |
| Deduction guide. | |
Variables | |
| constexpr detail::concat_adaptor | OpenKalman::collections::views::concat |
| a std::ranges::range_adaptor_closure for a set of concatenated collection objects. | |
Definition of collections::concat_tuple_view and collections::views::concat.
1.8.13