SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
|
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>
Related Symbols | |
(Note that these are not member symbols.) | |
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. |