47 static constexpr char char_value =
'-';
53 constexpr gap() noexcept = default;
54 constexpr
gap(
gap const &) = default;
55 constexpr
gap(
gap &&) noexcept = default;
56 constexpr
gap & operator=(
gap const &) = default;
57 constexpr
gap & operator=(
gap &&) noexcept = default;
Provides bio::alphabet::base.
A CRTP-base that makes defining a custom alphabet easier.
Definition: base.hpp:55
The alphabet of a gap character '-'.
Definition: gap.hpp:38
constexpr gap() noexcept=default
Defaulted.
The alphabet module's namespace.
Definition: aa10li.hpp:23