Provides seqan3::view::all. More...
#include <string_view>#include <seqan3/core/type_traits/template_inspection.hpp>#include <seqan3/range/concept.hpp>#include <seqan3/range/view/detail.hpp>#include <seqan3/std/concepts>#include <seqan3/std/ranges>#include <seqan3/std/span>
Include dependency graph for view_all.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| seqan3 | |
| The main SeqAn3 namespace. | |
| seqan3::view | |
| The SeqAn3 namespace for views. | |
Typedefs | |
| template<typename t > | |
| using | seqan3::all_view = decltype(view::all(std::declval< t >())) |
| Deduces the return value of seqan3::view::all. | |
Variables | |
General purpose views | |
| constexpr auto | seqan3::view::all |
| A view adaptor that behaves like std::view:all, but type erases contiguous ranges. More... | |
Provides seqan3::view::all.