SeqAn3
seqan3::underlying_char< uint_type > Struct Template Reference

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.
 

Detailed Description

template<typename uint_type>
struct seqan3::underlying_char< uint_type >

Specialisation of seqan3::underlying_char for uint types.

Template Parameters
uint_typeOne of uint8_t, uint16_t or uint32_t.
See also
seqan3::underlying_char_t

The documentation for this struct was generated from the following file: