SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
align_pairwise_single_input Interface Reference

A helper concept to test for correct single value input in seqan3::align_pairwise. More...

#include <seqan3/alignment/pairwise/detail/concept.hpp>

Detailed Description

A helper concept to test for correct single value input in seqan3::align_pairwise.

Template Parameters
tThe type to check.

The given type must model seqan3::detail::sequence_pair and both contained types must model std::ranges::viewable_range.

See also
seqan3::detail::align_pairwise_range_input

The documentation for this interface was generated from the following file:
Hide me