SeqAn3 3.4.0-rc.4
The Modern C++ library for sequence analysis.
|
Provides seqan3::views::repeat_n. More...
#include <concepts>
#include <seqan3/io/views/detail/take_exactly_view.hpp>
#include <seqan3/utility/views/repeat.hpp>
Go to the source code of this file.
Classes | |
struct | seqan3::detail::repeat_n_fn |
The underlying type of seqan3::views::repeat_n. 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 auto | seqan3::views::repeat_n |
A view factory that repeats a given value n times. | |
Provides seqan3::views::repeat_n.