SeqAn3 3.4.0-rc.4
The Modern C++ library for sequence analysis.
|
A seqan3::writable_semialphabet that has a constexpr assignment. More...
#include <seqan3/alphabet/concept.hpp>
Additional Inherited Members | |
![]() | |
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 seqan3::writable_semialphabet that has a constexpr assignment.
Refines seqan3::detail::constexpr_semialphabet and seqan3::writable_semialphabet and requires that the call to seqan3::assign_rank_to can happen in a constexpr
-context.