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

Provides seqan3::views::pairwise_combine. More...

+ Include dependency graph for pairwise_combine.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  seqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >
 The forward declared iterator type for pairwise_combine_view. More...
 
class  seqan3::detail::pairwise_combine_view< underlying_range_type >
 Generates all pairwise combinations of the elements in the underlying range. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 
namespace  seqan3::detail
 The internal SeqAn3 namespace.
 
namespace  seqan3::views
 The SeqAn namespace for views.
 

Functions

Type deduction guides
template<std::ranges::viewable_range other_range_t>
 seqan3::detail::pairwise_combine_view (other_range_t &&range) -> pairwise_combine_view< std::views::all_t< other_range_t > >
 Deduces the correct template type from a non-view lvalue range by wrapping the range in std::views::all.
 

Variables

constexpr auto seqan3::views::pairwise_combine
 A view adaptor that generates all pairwise combinations of the elements of the underlying range.
 

Detailed Description

Provides seqan3::views::pairwise_combine.

Author
Rene Rahn <rene.rahn AT fu-berlin.de>
Hide me