SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
|
The SeqAn namespace for literals. More...
Functions | |
Other literals | |
constexpr cigar::operation | operator""_cigar_operation (char const c) noexcept |
The seqan3::cigar::operation char literal. | |
template<small_string< 2 > str> | |
constexpr uint16_t | operator""_tag () |
The SAM tag literal, such that tags can be used in constant expressions. | |
constexpr shape | operator""_shape (unsigned long long const value) |
The seqan3::shape literal. | |
Nucleotide literals | |
Quality literals | |
constexpr phred42 | operator""_phred42 (char const c) noexcept |
The seqan3::phred42 char literal. | |
constexpr phred63 | operator""_phred63 (char const c) noexcept |
The seqan3::phred63 char literal. | |
constexpr phred68solexa | operator""_phred68solexa (char const c) noexcept |
The seqan3::phred68solexa char literal. | |
constexpr phred94 | operator""_phred94 (char const c) noexcept |
The seqan3::phred94 char literal. | |
Structure literals |
The SeqAn namespace for literals.
This namespace can be imported to use SeqAn3's literal operators:
|
constexprnoexcept |
The seqan3::cigar::operation char literal.
You can use this char literal to assign a seqan3::cigar_operation character:
|
constexprnoexcept |
The seqan3::phred42 char literal.
You can use this char literal to assign a seqan3::phred42 character:
|
constexprnoexcept |
The seqan3::phred63 char literal.
You can use this char literal to assign a seqan3::phred63 character:
|
constexprnoexcept |
The seqan3::phred68solexa char literal.
You can use this char literal to assign a seqan3::phred68solexa character:
|
constexprnoexcept |
The seqan3::phred94 char literal.
You can use this char literal to assign a seqan3::phred94 character:
|
constexpr |