31template <
typename in_t,
typename out_t>
39 for (
auto i =
decltype(alphabet_size<in_t>){0}; i < alphabet_size<in_t>; ++i)
Provides alphabet helper concepts.
constexpr auto assign_char_to
Assign a character to an alphabet object.
Definition alphabet/concept.hpp:517
constexpr auto to_char
Return the char representation of an alphabet object.
Definition alphabet/concept.hpp:381
constexpr auto assign_rank_to
Assign a rank to an alphabet object.
Definition alphabet/concept.hpp:288
constexpr std::array< out_t, alphabet_size< in_t > > convert_through_char_representation
A precomputed conversion table for two alphabets based on their char representations.
Definition alphabet/detail/convert.hpp:33
Checks whether from_t can be converted through to_t using their char representation.
The internal SeqAn3 namespace.
Definition aligned_sequence_concept.hpp:26