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

Provides the view::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::view
 The SeqAn3 namespace for views.
 

Variables

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

Detailed Description

Provides the view::repeat_view.

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