A strong type of underlying type score_type that represents the score of any character against a gap character.
More...
#include <seqan3/alignment/scoring/gap_scheme.hpp>
Inheritance diagram for seqan3::gap_score< score_type >:Related Functions | |
(Note that these are not member functions.) | |
Template argument type deduction guides | |
| template<arithmetic score_type> | |
| gap_score (score_type) -> gap_score< score_type > | |
| Deduce the score type from the given argument. | |
A strong type of underlying type score_type that represents the score of any character against a gap character.
| score_type | The underlying type. |