SeqAn3
seqan3::underlying_char< alphabet_type_with_members > Struct Template Reference

Specialisation of seqan3::underlying_char that delegates to typename alphabet_type::char_type. More...

#include <seqan3/alphabet/detail/member_exposure.hpp>

Public Types

using type = typename alphabet_type_with_members::char_type
 The forwarded char_type.
 

Detailed Description

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

Specialisation of seqan3::underlying_char that delegates to typename alphabet_type::char_type.

Template Parameters
alphabet_typeMust provide a member type char_type.

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