64 constexpr
gap(
gap const &) =
default;
Provides seqan3::alphabet_base.
A CRTP-base that makes defining a custom alphabet easier.
Definition: alphabet_base.hpp:57
detail::min_viable_uint_t< size - 1 > rank_type
The type of the alphabet when represented as a number (e.g. via to_rank()).
Definition: alphabet_base.hpp:80
std::conditional_t< std::same_as< char, void >, char, char > char_type
The char representation; conditional needed to make semi alphabet definitions legal.
Definition: alphabet_base.hpp:72
The alphabet of a gap character '-'.
Definition: gap.hpp:39
constexpr gap & operator=(gap &&)=default
Defaulted.
constexpr gap() noexcept
Defaulted.
Definition: gap.hpp:63
constexpr gap & operator=(gap const &)=default
Defaulted.
constexpr gap(gap const &)=default
Defaulted.
constexpr gap(gap &&)=default
Defaulted.
The main SeqAn3 namespace.
Definition: aligned_sequence_concept.hpp:29