SeqAn3 3.2.0
The Modern C++ library for sequence analysis.
dna4.hpp File Reference

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

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

Go to the source code of this file.

Classes

class  seqan3::dna4
 The four letter DNA alphabet of A,C,G,T.. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 
namespace  seqan3::literals
 The SeqAn namespace for literals.
 

Functions

Nucleotide literals
dna4_vector seqan3::literals::operator""_dna4 (char const *s, std::size_t n)
 The seqan3::dna4 string literal. More...
 
constexpr dna4 seqan3::literals::operator""_dna4 (char const c) noexcept
 The seqan3::dna4 char literal. More...
 

Detailed Description

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

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