SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
dna5.hpp File Reference

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

+ Include dependency graph for dna5.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  seqan3::dna5
 The five letter DNA alphabet of A,C,G,T 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 dna5_vector seqan3::literals::operator""_dna5 (char const *s, std::size_t n)
 The seqan3::dna5 string literal.
 
constexpr dna5 seqan3::literals::operator""_dna5 (char const c) noexcept
 The seqan3::dna5 char literal.
 

Detailed Description

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

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>
Hide me