SeqAn3  3.0.0
The Modern C++ library for sequence analysis.
view_all.hpp File Reference

Provides seqan3::view::all. More...

+ 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...
 

Detailed Description

Provides seqan3::view::all.

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>