Specialisation of seqan3::underlying_rank for char types. More...
#include <seqan3/alphabet/adaptation/char.hpp>
Public Types | |
using | type = meta::at< detail::char_adaptations_rank_types, meta::find_index< detail::char_adaptations, char_type > > |
An unsigned integer type of the same size as char_type . | |
Specialisation of seqan3::underlying_rank for char types.
char_type | One of char , char16_t , char32_t or wchar_t . |