SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
elements.hpp File Reference

Provides seqan3::views::elements. More...

+ Include dependency graph for elements.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::views
 The SeqAn namespace for views.
 

Variables

template<auto index>
constexpr auto seqan3::views::get = views::elements<index>
 A view calling get on each element in a range. More...
 
General purpose views
template<auto index>
constexpr auto seqan3::views::elements
 A view calling get on each element in a range. More...
 

Detailed Description

Provides seqan3::views::elements.

Author
Joshua Kim <joshua.kim AT fu-berlin.de>