40class phred94 :
public phred_base<phred94, 94>
44 using base_t = phred_base<phred94, 94>;
50 friend base_t::base_t;
85inline namespace literals
101constexpr phred94 operator""_phred94(
char const c)
noexcept
103 return phred94{}.assign_char(c);
122 for (
size_t i = 0; i < n; ++i)
constexpr derived_type & assign_char(char_type const chr) noexcept
Assign from a character, implicitly converts invalid characters.
Definition alphabet_base.hpp:160
std::conditional_t< std::same_as< char_t, void >, char, char_t > char_type
The char representation; conditional needed to make semi alphabet definitions legal.
Definition alphabet_base.hpp:69
static constexpr char_type offset_char
The projection offset between char and rank score representation.
Definition phred94.hpp:81
static constexpr phred_type offset_phred
The projection offset between Phred and rank score representation.
Definition phred94.hpp:75
constexpr phred94() noexcept=default
Defaulted.
int8_t phred_type
Definition phred_base.hpp:39
The main SeqAn3 namespace.
Definition aligned_sequence_concept.hpp:26
Provides seqan3::phred42 quality scores.