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

A helper concept to check if a type is a sequence pair. More...

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

Detailed Description

A helper concept to check if a type is a sequence pair.

Template Parameters
tThe type to check.

This concept checks if the given type models seqan3::tuple_like with exactly two elements and that both types in the tuple model std::ranges::forward_range. Furthermore, the value type of both ranges must model seqan3::semialphabet.


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