|
OpenKalman
|
#include "basics/basics.hpp"#include "collections/concepts/viewable_collection.hpp"#include "from_tuple_like.hpp"#include "from_range.hpp"#include "collections/concepts/tuple_like.hpp"

Go to the source code of this file.
Classes | |
| struct | OpenKalman::collections::views::detail::all_closure |
Namespaces | |
| OpenKalman::collections::views | |
| Namespace for generalized views. | |
Typedefs | |
| template<typename R , std::enable_if_t< viewable_collection< R >, int > = 0> | |
| using | OpenKalman::collections::views::all_t = decltype(all(std::declval< R >())) |
| Calculates the suitable collection_view type of a viewable_collection type. More... | |
Variables | |
| constexpr detail::all_closure | OpenKalman::collections::views::all |
| a std::ranges::range_adaptor_closure which returns a view to all members of its collection argument. More... | |
1.8.13