SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
|
A concept that indicates whether an alphabet represents nucleotides. More...
#include <seqan3/alphabet/nucleotide/concept.hpp>
A concept that indicates whether an alphabet represents nucleotides.
In addition to the requirements for seqan3::alphabet, the nucleotide_alphabet introduces a requirement for a complement function: seqan3::nucleotide_alphabet::complement.
t
shall model seqan3::alphabett
See the documentation pages for the respective requirements.
If a given type t
models this concept, the following types typically do so, as well:
t &
t const
t const &