47 constexpr
mask() =
default;
48 constexpr
mask(
mask const &) =
default;
constexpr mask & operator=(mask const &)=default
Defaulted.
static const mask MASKED
Definition: mask.hpp:61
constexpr mask()=default
Defaulted.
The main SeqAn3 namespace.
constexpr derived_type & assign_rank(rank_type const c) noexcept
Assign from a numeric value.
Definition: alphabet_base.hpp:165
Provides seqan3::alphabet_base.
static const mask UNMASKED
Member for UNMASKED.
Definition: mask.hpp:60
A CRTP-base that makes defining a custom alphabet easier.
Definition: alphabet_base.hpp:51
Implementation of a masked alphabet to be used for tuple composites.
Definition: mask.hpp:34