SeqAn3 3.3.0
The Modern C++ library for sequence analysis.
|
Provides seqan3::rna5, container aliases and string literals. More...
#include <vector>
#include <seqan3/alphabet/nucleotide/dna5.hpp>
#include <seqan3/alphabet/nucleotide/nucleotide_base.hpp>
Go to the source code of this file.
Classes | |
class | seqan3::rna5 |
The five letter RNA alphabet of A,C,G,U and the unknown character N.. More... | |
Namespaces | |
namespace | seqan3 |
The main SeqAn3 namespace. | |
namespace | seqan3::literals |
The SeqAn namespace for literals. | |
Functions | |
Nucleotide literals | |
constexpr rna5_vector | seqan3::literals::operator""_rna5 (char const *s, std::size_t n) |
The seqan3::rna5 string literal. | |
constexpr rna5 | seqan3::literals::operator""_rna5 (char const c) noexcept |
The seqan3::rna5 char literal. | |
Provides seqan3::rna5, container aliases and string literals.