SeqAn3
seqan3::underlying_rank< alphabet_type_with_members > Struct Template Reference

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.
 

Detailed Description

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

Specialisation of seqan3::underlying_rank that delegates to typename alphabet_type::rank_type.

Template Parameters
alphabet_typeMust provide a member type rank_type.

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