|
SeqAn3 3.4.0
The Modern C++ library for sequence analysis.
|
A concept that indicates whether a writable alphabet represents quality scores. More...
#include <seqan3/alphabet/quality/concept.hpp>
A concept that indicates whether a writable alphabet represents quality scores.
In addition to the requirements for seqan3::writable_alphabet, the seqan3::writable_quality_alphabet introduces the requirements of seqan3::quality_alphabet.
See the documentation pages for the respective requirements.
If a given type t models this concept, the following types typically do so, as well:
const-qualified types on the other hand are not assignable.