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

Provides seqan3::views::interleave. More...

+ 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.

Classes

struct  seqan3::detail::interleave_fn
 views::interleave's range adaptor object type (non-closure). More...
 
class  seqan3::detail::view_interleave< urng_t, inserted_rng_t >
 The type returned by seqan3::views::interleave. 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::interleave
 A view that interleaves a given range into another range at regular intervals.
 

Detailed Description

Provides seqan3::views::interleave.

Author
Joshua Kim <joshua.kim AT fu-berlin.de>
Hide me