SeqAn3 3.3.0
The Modern C++ library for sequence analysis.
|
Provides the seqan3::views::repeat. More...
#include <algorithm>
#include <ranges>
#include <seqan3/core/detail/iterator_traits.hpp>
#include <seqan3/core/range/detail/random_access_iterator.hpp>
#include <seqan3/core/range/type_traits.hpp>
Go to the source code of this file.
Namespaces | |
namespace | seqan3 |
The main 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. | |
Provides the seqan3::views::repeat.