86 constexpr phred42(phred42
const &) =
default;
87 constexpr phred42(phred42 &&) =
default;
88 constexpr phred42 & operator=(phred42
const &) =
default;
89 constexpr phred42 & operator=(phred42 &&) =
default;
char char_type
The type of the alphabet when converted to char (e.g. via to_char()).
Definition: alphabet_base.hpp:87
int8_t phred_type
The integer representation of a quality score assignable with =operator.
Definition: quality_base.hpp:62
The main SeqAn3 namespace.
Definition: aligned_sequence_concept.hpp:58
A CRTP-base that refines seqan3::alphabet_base and is used by the quality alphabets.
Definition: quality_base.hpp:55
static constexpr char_type offset_char
The projection offset between char and rank score representation.
Definition: phred42.hpp:106
constexpr phred42(phred_type const p)
Construct from phred value.
Definition: phred42.hpp:93
Contains seqan3::phred42 quality scores.
Quality type for traditional Sanger and modern Illumina Phred scores (typical range).
Definition: phred42.hpp:69
static constexpr phred_type offset_phred
The projection offset between phred and rank score representation.
Definition: phred42.hpp:103