20 namespace seqan3::detail
33 template <
typename pairwise_alignment_t>
49 template <
typename pairwise_alignment_t>
50 concept writable_pairwise_alignment =
51 pairwise_alignment<pairwise_alignment_t>
Includes the aligned_sequence and the related insert_gap and erase_gap functions to enable stl contai...
The generic concept for an aligned sequence.
Whether a type behaves like a tuple with exactly two elements.
The generic concept for an aligned sequence that is writable.
Provides seqan3::tuple_like.