 |
SeqAn3
3.0.2
The Modern C++ library for sequence analysis.
|
|
Provides seqan3::alphabet_base.
constexpr mask & operator=(mask &&)=default
Defaulted.
A CRTP-base that makes defining a custom alphabet easier.
Definition: alphabet_base.hpp:54
Implementation of a masked alphabet to be used for tuple composites.
Definition: mask.hpp:35
static const mask UNMASKED
Member for UNMASKED.
Definition: mask.hpp:60
The main SeqAn3 namespace.
Definition: aligned_sequence_concept.hpp:29
constexpr mask(mask &&)=default
Defaulted.
constexpr mask()=default
Defaulted.
constexpr mask(mask const &)=default
Defaulted.
constexpr derived_type & assign_rank(rank_type const c) noexcept
Assign from a numeric value.
Definition: alphabet_base.hpp:167
static const mask MASKED
Definition: mask.hpp:61
constexpr mask & operator=(mask const &)=default
Defaulted.