SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::detail::edit_distance_trace_matrix_full< word_t, is_semi_global, use_max_errors >::column_type Struct Reference

The state of one computation step. More...

#include <seqan3/alignment/matrix/detail/edit_distance_trace_matrix_full.hpp>

+ Inheritance diagram for seqan3::detail::edit_distance_trace_matrix_full< word_t, is_semi_global, use_max_errors >::column_type:

Detailed Description

template<typename word_t, bool is_semi_global, bool use_max_errors>
struct seqan3::detail::edit_distance_trace_matrix_full< word_t, is_semi_global, use_max_errors >::column_type

The state of one computation step.


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