SeqAn3
seqan3::underlying_char< char_type > Struct Template Reference

Specialisation of seqan3::underlying_char for char types. More...

#include <seqan3/alphabet/adaptation/char.hpp>

Public Types

using type = char_type
 The same type as char_type.
 

Detailed Description

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

Specialisation of seqan3::underlying_char for char types.

Template Parameters
char_typeOne of char, char16_t, char32_t or wchar_t.
See also
seqan3::underlying_char_t

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