SeqAn3 3.1.0
The Modern C++ library for sequence analysis.
join_with.hpp File Reference

Provides seqan3::views::join_with. More...

#include <seqan3/std/ranges>
#include <range/v3/view/join.hpp>
#include <seqan3/core/platform.hpp>
+ Include dependency graph for join_with.hpp:
+ This graph shows which files directly or indirectly include this file:

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 auto seqan3::views::join_with = ::ranges::views::join
 A join view, please use std::views::join if you don't need a separator. More...
 

Detailed Description

Provides seqan3::views::join_with.

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>