71 template <typename other_alph_t>
84 template <
typename other_alph_t>
85 requires (!std::same_as<other_alph_t, semialphabet_any>)
87 explicit operator other_alph_t()
const
Provides seqan3::alphabet_base.
constexpr alphabet_base() noexcept=default
constexpr rank_type to_rank() const noexcept
Definition alphabet_base.hpp:134
static constexpr detail::min_viable_uint_t< size > alphabet_size
Definition alphabet_base.hpp:196
constexpr semialphabet_any< size > & assign_rank(rank_type const c) noexcept
Definition alphabet_base.hpp:184
constexpr semialphabet_any< size > & assign_rank(rank_type const c) noexcept
Assign from a numeric value.
Definition alphabet_base.hpp:184
constexpr rank_type to_rank() const noexcept
Return the letter's numeric value (rank in the alphabet).
Definition alphabet_base.hpp:134
constexpr semialphabet_any() noexcept=default
Defaulted.
constexpr auto alphabet_size
A type trait that holds the size of a (semi-)alphabet.
Definition alphabet/concept.hpp:834
constexpr auto assign_rank_to
Assign a rank to an alphabet object.
Definition alphabet/concept.hpp:288
constexpr auto to_rank
Return the rank representation of a (semi-)alphabet object.
Definition alphabet/concept.hpp:152
The basis for seqan3::alphabet, but requires only rank interface (not char).
The main SeqAn3 namespace.
Definition aligned_sequence_concept.hpp:26
SeqAn specific customisations in the standard namespace.