|
OpenKalman
|
#include <type_traits>#include "basics/compatibility/language-features.hpp"#include "view-concepts.hpp"#include "range_adaptor_closure.hpp"#include "ref_view.hpp"#include "owning_view.hpp"

Go to the source code of this file.
Typedefs | |
| template<typename R , std::enable_if_t< viewable_range< R >, int > = 0> | |
| using | OpenKalman::stdex::ranges::views::all_t = decltype(all(std::declval< R >())) |
| Equivalent to std::ranges::views::all_t. | |
Variables | |
| constexpr detail::all_closure | OpenKalman::stdex::ranges::views::all |
| Equivalent to std::ranges::views::all. | |
1.8.13