SeqAn3
seqan3::underlying_phred< alphabet_with_member_type > Struct Template Reference

The internal phred type. More...

#include <seqan3/alphabet/quality/concept.hpp>

Public Types

using type = typename alphabet_with_member_type::phred_type
 The underlying phred data type.
 

Detailed Description

template<typename alphabet_with_member_type>
struct seqan3::underlying_phred< alphabet_with_member_type >

The internal phred type.

Template Parameters
alphabet_typeThe type of alphabet. Must model the seqan3::quality_concept.

The underlying_phred type requires the quality_concept.


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