42 #include <range/v3/view/all.hpp> 103 template <
typename t>
104 using view_all_t = ranges::view::all_t<t>;
Provides C++20 additions to the <iterator> header.
The SeqAn3 namespace for views.
Definition: aligned_sequence_concept.hpp:288
constexpr auto all
A view that safely wraps a container (you will likely not need to use this unless defining a new view...
Definition: view_all.hpp:95