SeqAn3
seqan3::match_score< score_type > Struct Template Reference

A strong type of underlying type score_type that represents the score of two matching characters. More...

#include <seqan3/alignment/scoring/scoring_scheme_base.hpp>

Inheritance diagram for seqan3::match_score< score_type >:
[legend]

Related Functions

(Note that these are not member functions.)

Template argument type deduction guides
template<arithmetic_concept score_type>
 match_score (score_type &&) -> match_score< score_type >
 

Detailed Description

template<arithmetic_concept score_type>
struct seqan3::match_score< score_type >

A strong type of underlying type score_type that represents the score of two matching characters.

Template Parameters
score_typeThe underlying type.
See also
scoring_scheme_base::set_simple_scheme

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