SeqAn3
seqan3::underlying_char< alphabet_type > Struct Template Reference

The char_type of the alphabet. [type metafunction base template]. More...

#include <seqan3/alphabet/concept_pre.hpp>

Detailed Description

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

The char_type of the alphabet. [type metafunction base template].

Template Parameters
alphabet_typeMust satisfy seqan3::alphabet_concept.
Helper template alias
seqan3::underlying_char_t as a shorthand for typename seqan3::underlying_char<alphabet_type>::type
Attention
This is the base template, it needs to be specialised.

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