Provides alphabet adaptations for standard uint types. More...
#include <limits>
#include <meta/meta.hpp>
#include <seqan3/core/detail/int_types.hpp>
#include <seqan3/alphabet/concept_pre.hpp>
Go to the source code of this file.
Classes | |
struct | seqan3::alphabet_size< uint_type > |
Specialisation of seqan3::alphabet_size that delegates for uint types. More... | |
struct | seqan3::underlying_char< uint_type > |
Specialisation of seqan3::underlying_char for uint types. More... | |
struct | seqan3::underlying_rank< uint_type > |
Specialisation of seqan3::underlying_rank for uint types. More... | |
Namespaces | |
seqan3 | |
The main SeqAn3 namespace. | |
Provides alphabet adaptations for standard uint types.
This file provides function and metafunction overloads so that the following types fulfil the seqan3::alphabet_concept:
uint8_t
uint16_t
uint32_t
You will likely not use these interfaces directly, they are, however, very helpful for conversions between other alphabets and between other alphabets and characters.
uint64_t
is absent from the list, because there is no corresponding character type.