A concept that indicates whether a writable alphabet represents quality scores. More...
#include <bio/alphabet/quality/concept.hpp>
A concept that indicates whether a writable alphabet represents quality scores.
In addition to the requirements for bio::alphabet::writable_alphabet, the writable_quality concept introduces the requirements of bio::alphabet::quality.
t
shall model bio::alphabet::writable_alphabett
shall model bio::alphabet::qualityt
See the documentation pages for the respective requirements.
If an object type t
models this concept, the following types typically do so, as well:
t &
const
-qualified types on the other hand are not assignable.