SeqAn3 3.1.0
The Modern C++ library for sequence analysis.
dna15.hpp File Reference

Provides seqan3::dna15, container aliases and string literals. More...

+ 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
dna15_vector seqan3::literals::operator""_dna15 (char const *s, std::size_t n)
 The seqan3::dna15 string literal. More...
 
constexpr dna15 seqan3::literals::operator""_dna15 (char const c) noexcept
 The seqan3::dna15 char literal. More...
 

Detailed Description

Provides seqan3::dna15, container aliases and string literals.

Author
Sara Hetzel <sara.hetzel AT fu-berlin.de>