SeqAn3 3.4.0-rc.4
The Modern C++ library for sequence analysis.
|
A helper concept to check if a type is a range over seqan3::detail::sequence_pair. More...
#include <seqan3/alignment/pairwise/detail/concept.hpp>
A helper concept to check if a type is a range over seqan3::detail::sequence_pair.
t | The type to check. |
This concept checks if the given type models a std::ranges::forward_range and that the value type of the range models seqan3::detail::sequence_pair.