OpenKalman
|
Definition for collections::update_view and collections::views::update. More...
#include <type_traits>
#include "basics/compatibility/ranges.hpp"
#include "all.hpp"
#include "values/concepts/index.hpp"
#include "values/concepts/fixed.hpp"
#include "collections/concepts/collection_view.hpp"
#include "collections/concepts/sized_random_access_range.hpp"
#include "collections/concepts/viewable_collection.hpp"
#include "collections/functions/get_size.hpp"
#include "collections/functions/compare.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 F > | |
OpenKalman::collections::update_view (const V &, F &&) -> update_view< V, F > | |
Variables | |
constexpr detail::update_adaptor | OpenKalman::collections::views::update |
a std::ranges::range_adaptor_closure associated with update_view. More... | |
Definition for collections::update_view and collections::views::update.