36template <
typename alphabet_t>
37 requires writable_alphabet<alphabet_t>
42namespace seqan3::detail
51constexpr bool is_gapped_alphabet =
false;
56constexpr bool is_gapped_alphabet<gapped<t>> =
true;
Provides seqan3::alphabet_variant.
A combined alphabet that can hold values of either of its alternatives..
Definition alphabet_variant.hpp:127
alphabet_variant< alphabet_t, gap > gapped
Extends a given alphabet with a gap character.
Definition gapped.hpp:38
The main SeqAn3 namespace.
Definition aligned_sequence_concept.hpp:26