SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
repeat.hpp File Reference

Provides the seqan3::views::repeat. 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.

Classes

class  seqan3::detail::repeat_view< value_t >::basic_iterator< parent_type >
 The forward declared iterator type for views::repeat (a random access iterator). More...
 
struct  seqan3::detail::repeat_fn
 View factory definition for views::repeat. More...
 
class  seqan3::detail::repeat_view< value_t >
 The type returned by seqan3::views::repeat. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 
namespace  seqan3::detail
 The internal SeqAn3 namespace.
 
namespace  seqan3::views
 The SeqAn namespace for views.
 

Variables

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

Detailed Description

Provides the seqan3::views::repeat.

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