Provides seqan3::views::interleave. More...
#include <cmath>#include <range/v3/view/chunk.hpp>#include <seqan3/core/type_traits/pre.hpp>#include <seqan3/core/type_traits/transformation_trait_or.hpp>#include <seqan3/range/detail/random_access_iterator.hpp>#include <seqan3/range/views/detail.hpp>#include <seqan3/range/views/join.hpp>#include <seqan3/range/views/persist.hpp>#include <seqan3/range/views/type_reduce.hpp>#include <seqan3/std/concepts>#include <seqan3/std/ranges>
Include dependency graph for interleave.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| seqan3 | |
| The main SeqAn3 namespace. | |
| seqan3::views | |
| The SeqAn namespace for views. | |
Variables | |
General purpose views | |
| constexpr auto | seqan3::views::interleave |
| A view that interleaves a given range into another range at regular intervals. More... | |
Provides seqan3::views::interleave.