SeqAn3
seqan3::underlying_rank< char_type > Struct Template Reference

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.
 

Detailed Description

template<typename char_type>
struct seqan3::underlying_rank< char_type >

Specialisation of seqan3::underlying_rank for char types.

Template Parameters
char_typeOne of char, char16_t, char32_t or wchar_t.
See also
seqan3::underlying_rank_t

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