38template <
typename alphabet_t>
39 requires writable_alphabet<alphabet_t>
44namespace bio::alphabet::detail
53constexpr bool is_gapped_alphabet =
false;
58constexpr bool is_gapped_alphabet<gapped<t>> =
true;
A combined alphabet that can hold values of either of its alternatives..
Definition: variant.hpp:104
Provides bio::alphabet::gap.
The alphabet module's namespace.
Definition: aa10li.hpp:23
Provides bio::alphabet::variant.