|
SeqAn3 3.4.2-rc.1
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>
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. | |
Provides the seqan3::views::repeat.