SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
rna4.hpp File Reference

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

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

Go to the source code of this file.

Classes

class  seqan3::rna4
 The four letter RNA alphabet of A,C,G,U. More...
 

Namespaces

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

Functions

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

Detailed Description

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

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