OpenKalman
Classes | Functions | Variables
concat.hpp File Reference
#include "view-concepts.hpp"
#include "view_interface.hpp"
#include "all.hpp"
Include dependency graph for concat.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::ranges::concat_view< Views >
 
struct  OpenKalman::ranges::concat_view< Views >::iterator< Const >
 
struct  OpenKalman::ranges::views::detail::concat_adaptor
 

Functions

template<typename... Rs>
 OpenKalman::ranges::concat_view (Rs &&...) -> concat_view< views::all_t< Rs >... >
 

Variables

constexpr detail::concat_adaptor OpenKalman::ranges::views::concat
 Equivalent to std::ranges::views::concat so long as all Views are std::ranges::random_access_range. More...
 

Variable Documentation

◆ concat

constexpr detail::concat_adaptor OpenKalman::ranges::views::concat
inline

Equivalent to std::ranges::views::concat so long as all Views are std::ranges::random_access_range.

See also
concat_view