SeqAn3
seqan3::underlying_rank< uint_type > Struct Template Reference

Specialisation of seqan3::underlying_rank for uint types. More...

#include <seqan3/alphabet/adaptation/uint.hpp>

Public Types

using type = uint_type
 The same as uint_type.
 

Detailed Description

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

Specialisation of seqan3::underlying_rank for uint types.

Template Parameters
uint_typeOne of uint8_t, uint16_t or uint32_t.
See also
seqan3::underlying_rank_t

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