OpenKalman
|
Definition of collections::replicate_view and views::replicate. More...
#include <type_traits>
#include "basics/compatibility/language-features.hpp"
#include "basics/compatibility/ranges.hpp"
#include "basics/compatibility/views/view_interface.hpp"
#include "values/concepts/index.hpp"
#include "values/concepts/fixed.hpp"
#include "collections/concepts/collection.hpp"
#include "collections/functions/get_size.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 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 views::replicate.