SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
repeat.hpp File Reference

Provides the views::repeat_view. More...

+ Include dependency graph for repeat.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

General purpose views
constexpr detail::repeat_fn seqan3::views::repeat
 A view factory that repeats a given value infinitely. More...
 

Detailed Description

Provides the views::repeat_view.

Author
Svenja Mehringer <svenja.mehringer AT fu-berlin.de>