|
OpenKalman
|
#include "basics/compatibility/language-features.hpp"#include "basics/compatibility/invoke.hpp"#include "basics/compatibility/internal/movable_box.hpp"#include "view-concepts.hpp"#include "view_interface.hpp"#include "all.hpp"

Go to the source code of this file.
Classes | |
| struct | OpenKalman::stdex::ranges::transform_view< V, F > |
| Equivalent to std::ranges::transform_view. More... | |
| struct | OpenKalman::stdex::ranges::transform_view< V, F >::sentinel< Const > |
| struct | OpenKalman::stdex::ranges::transform_view< V, F >::iterator< Const > |
| struct | OpenKalman::stdex::ranges::transform_view< V, F >::sentinel< Const > |
| struct | OpenKalman::stdex::ranges::views::detail::transform_closure< F > |
| struct | OpenKalman::stdex::ranges::views::detail::transform_adaptor |
Functions | |
| template<typename R , typename F > | |
| OpenKalman::stdex::ranges::transform_view (R &&, F) -> transform_view< views::all_t< R >, F > | |
Variables | |
| constexpr detail::transform_adaptor | OpenKalman::stdex::ranges::views::transform |
| a std::ranges::range_adaptor_closure associated with transform_view. More... | |
|
inline |
a std::ranges::range_adaptor_closure associated with transform_view.
The expression views::transform{f}(arg) is expression-equivalent to transform_view(arg, f) for any suitable viewable_collection arg.
1.8.13