62 constexpr gap(
gap const &) =
default;
Provides seqan3::alphabet_base.
A CRTP-base that makes defining a custom alphabet easier.
Definition alphabet_base.hpp:54
A "pretty printer" for most SeqAn data structures and related types.
Definition debug_stream_type.hpp:79
The alphabet of a gap character '-'.
Definition gap.hpp:36
constexpr gap() noexcept
Defaulted.
Definition gap.hpp:60
constexpr gap & operator=(gap &&)=default
Defaulted.
constexpr gap(gap const &)=default
Defaulted.
constexpr gap & operator=(gap const &)=default
Defaulted.
constexpr gap(gap &&)=default
Defaulted.
The main SeqAn3 namespace.
Definition aligned_sequence_concept.hpp:26