49 constexpr mask() =
default;
52 constexpr
mask & operator=(
mask const &) = default;
53 constexpr
mask & operator=(
mask &&) noexcept = default;
Provides bio::alphabet::base.
A CRTP-base that makes defining a custom alphabet easier.
Definition: base.hpp:55
constexpr derived_type & assign_rank(rank_type const c) noexcept
Assign from a numeric value.
Definition: base.hpp:168
Implementation of a masked semialphabet to be used for tuple composites..
Definition: mask.hpp:37
constexpr mask()=default
Defaulted.
static const mask MASKED
Definition: mask.hpp:63
constexpr mask(mask const &)=default
Defaulted.
static const mask UNMASKED
Member for UNMASKED.
Definition: mask.hpp:62
constexpr mask(mask &&) noexcept=default
Defaulted.
The alphabet module's namespace.
Definition: aa10li.hpp:23