92inline namespace literals
105 if (!char_is_valid_for<phred68legacy>(c))
120template <meta::detail::literal_buffer_
string str>
123 return detail::string_literal<str, phred68legacy>();
constexpr derived_type & assign_char(char_type const c) noexcept
Assign from a character, implicitly converts invalid characters.
Definition: base.hpp:145
Quality type for Solexa and deprecated Illumina formats..
Definition: phred68legacy.hpp:43
static constexpr phred_type offset_phred
The projection offset between phred and rank score representation.
Definition: phred68legacy.hpp:76
static constexpr char_type offset_char
The projection offset between char and rank score representation.
Definition: phred68legacy.hpp:79
constexpr phred68legacy() noexcept=default
Defaulted.
A CRTP-base that refines bio::alphabet::base and is used by the quality alphabets.
Definition: quality_base.hpp:30
int8_t phred_type
The integer representation of a quality score assignable with =operator.
Definition: quality_base.hpp:36
The alphabet module's namespace.
Definition: aa10li.hpp:23
Provides bio::alphabet::phred42 quality scores.