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 >:Related Functions | |
(Note that these are not member functions.) | |
Template argument type deduction guides | |
| template<arithmetic score_type> | |
| match_score (score_type) -> match_score< score_type > | |
| Deduce the score type from the provided argument. | |
A strong type of underlying type score_type that represents the score of two matching characters.
| score_type | The underlying type. |