|
OpenKalman
|
#include "basics/compatibility/common.hpp"#include "basics/compatibility/invoke.hpp"#include "view_interface.hpp"#include "all.hpp"

Go to the source code of this file.
Functions | |
| template<typename... Rs> | |
| OpenKalman::stdex::ranges::concat_view (Rs &&...) -> concat_view< views::all_t< Rs >... > | |
Variables | |
| constexpr detail::concat_adaptor | OpenKalman::stdex::ranges::views::concat |
| Equivalent to std::ranges::views::concat so long as all Views are std::ranges::random_access_range. More... | |
|
inline |
Equivalent to std::ranges::views::concat so long as all Views are std::ranges::random_access_range.
1.8.13