Provides seqan3::views::join_with. More...
#include <ranges>#include <variant>#include <seqan3/core/detail/all_view.hpp>#include <seqan3/core/range/detail/adaptor_from_functor.hpp>#include <seqan3/utility/views/detail/helper.hpp>#include <seqan3/utility/views/detail/non_propagating_cache.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 = seqan3::detail::join_with_fn{} |
A view adaptor that represents view consisting of the sequence obtained from flattening a view of ranges, with every element of the delimiter inserted in between elements of the view. The delimiter can be a single element or a view of elements.
| |
Provides seqan3::views::join_with.