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. | |
Specialisation of seqan3::underlying_char that delegates to typename alphabet_type::char_type
.
alphabet_type | Must provide a member type char_type . |