Specialisation of seqan3::underlying_char for uint types. More...
#include <seqan3/alphabet/adaptation/uint.hpp>
Public Types | |
using | type = meta::at< detail::uint_adaptations_char_types, meta::find_index< detail::uint_adaptations, uint_type > > |
The character type of the same size as uint_type . | |
Specialisation of seqan3::underlying_char for uint types.
uint_type | One of uint8_t , uint16_t or uint32_t . |