|
SeqAn3 3.4.0
The Modern C++ library for sequence analysis.
|
Provides alphabet adaptations for standard char types. More...
Go to the source code of this file.
Classes | |
| struct | seqan3::custom::alphabet< char_type > |
| Alphabet specific customisations for builtin char types. More... | |
Namespaces | |
| namespace | seqan3 |
| The main SeqAn3 namespace. | |
| namespace | seqan3::custom |
| A namespace for third party and standard library specialisations of SeqAn customisation points. | |
Provides alphabet adaptations for standard char types.
This file provides function and type trait overloads so that the following types fulfil the seqan3::alphabet:
You will likely not use these interfaces directly, they are, however, very helpful for conversions between other alphabets and between other alphabets and characters.