|
SeqAn3 3.4.1-rc.1
The Modern C++ library for sequence analysis.
|
Provides seqan3::dna15, container aliases and string literals. More...
#include <vector>#include <seqan3/alphabet/nucleotide/nucleotide_base.hpp>#include <seqan3/utility/char_operations/transform.hpp>
Include dependency graph for dna15.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | seqan3::dna15 |
| The 15 letter DNA alphabet, containing all IUPAC smybols minus the gap. More... | |
Namespaces | |
| namespace | seqan3 |
| The main SeqAn3 namespace. | |
| namespace | seqan3::literals |
| The SeqAn namespace for literals. | |
Functions | |
Nucleotide literals | |
| constexpr dna15_vector | seqan3::literals::operator""_dna15 (char const *s, std::size_t n) |
| The seqan3::dna15 string literal. | |
| constexpr dna15 | seqan3::literals::operator""_dna15 (char const c) noexcept |
| The seqan3::dna15 char literal. | |
Provides seqan3::dna15, container aliases and string literals.