47 constexpr mask() =
default;
Provides seqan3::alphabet_base.
A CRTP-base that makes defining a custom alphabet easier.
Definition alphabet_base.hpp:54
constexpr derived_type & assign_rank(rank_type const c) noexcept
Assign from a numeric value.
Definition alphabet_base.hpp:184
A "pretty printer" for most SeqAn data structures and related types.
Definition debug_stream_type.hpp:79
Implementation of a masked alphabet to be used for tuple composites.
Definition mask.hpp:35
static mask const masked
Member for masked.
Definition mask.hpp:71
constexpr mask & operator=(mask const &)=default
Defaulted.
constexpr mask(mask &&)=default
Defaulted.
constexpr mask(mask const &)=default
Defaulted.
constexpr mask()=default
Defaulted.
~mask()=default
Defaulted.
static mask const unmasked
Member for unmasked.
Definition mask.hpp:65
constexpr mask & operator=(mask &&)=default
Defaulted.
The main SeqAn3 namespace.
Definition aligned_sequence_concept.hpp:26