|
OpenKalman
|
Definition of collections::replicate_view and collections::views::replicate. More...
#include "values/values.hpp"#include "collections/concepts/collection.hpp"#include "collections/functions/get_size.hpp"#include "collections/functions/get.hpp"#include "collections/functions/lexicographical_compare_three_way.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 F > | |
| OpenKalman::collections::replicate_view (const V &, const F &) -> replicate_view< V, F > | |
| Deduction guide. | |
Variables | |
| constexpr detail::replicate_adaptor | OpenKalman::collections::views::replicate |
| a std::ranges::range_adaptor_closure associated with replicate_view. More... | |
Definition of collections::replicate_view and collections::views::replicate.
1.8.13