|
SeqAn3 3.4.3-rc.1
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>
Inheritance diagram for writable_quality_alphabet:Additional Inherited Members | |
Related Symbols inherited from semialphabet | |
| template<cereal_output_archive archive_t, semialphabet alphabet_t> | |
| alphabet_rank_t< alphabet_t > | save_minimal (archive_t const &, alphabet_t const &l) |
| Save an alphabet letter to stream. | |
| template<cereal_input_archive archive_t, typename wrapped_alphabet_t > | |
| void | load_minimal (archive_t const &, wrapped_alphabet_t &&l, alphabet_rank_t< detail::strip_cereal_wrapper_t< wrapped_alphabet_t > > const &r) |
| Restore an alphabet letter from a saved rank. | |
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.
t shall model seqan3::writable_alphabett shall model seqan3::quality_alphabettSee the documentation pages for the respective requirements.
If a given type t models this concept, the following types typically do so, as well:
t &const-qualified types on the other hand are not assignable.