Specialisation of seqan3::underlying_rank that delegates to typename alphabet_type::rank_type
.
More...
#include <seqan3/alphabet/detail/member_exposure.hpp>
Public Types | |
using | type = typename alphabet_type_with_members::rank_type |
The forwarded rank_type. | |
Specialisation of seqan3::underlying_rank that delegates to typename alphabet_type::rank_type
.
alphabet_type | Must provide a member type rank_type . |