|
SeqAn3 3.4.3-rc.1
The Modern C++ library for sequence analysis.
|
The concept for a type that models an affine cell of the score matrix. More...
#include <seqan3/alignment/matrix/detail/affine_cell_proxy.hpp>
Inheritance diagram for affine_score_cell:Additional Inherited Members | |
Related Symbols inherited from tuple_like | |
| size_t | tuple_size_v |
| A unary type trait that holds the number of elements in the tuple. | |
| tuple_elment_t | |
| A transformation trait that holds the type of elements in the tuple. | |
| auto && | get (type &&val) |
| Return the i-th element of the tuple. | |
The concept for a type that models an affine cell of the score matrix.
This concept describes the requirements an alignment matrix cell must fulfil to represent an affine score matrix entry.