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

A helper concept to check if a type is a range over seqan3::detail::sequence_pair. More...

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

Detailed Description

A helper concept to check if a type is a range over seqan3::detail::sequence_pair.

Template Parameters
tThe 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.


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