SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::detail::debug_matrix< matrix_t, first_sequence_t, second_sequence_t >::format_type Struct Reference

Format used by seqan3::detail::debug_matrix. More...

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

Public Attributes

char const * col_sep {}
 Column separator symbol (a single symbol)
 
char const * epsilon {}
 Epsilon symbol (a single symbol)
 
char const * inf {}
 Infinity symbol (a single symbol)
 
char const * row_col_sep {}
 Row separator symbol (a single symbol)
 
char const * row_sep {}
 Row separator symbol (a single symbol)
 

Detailed Description

template<matrix matrix_t, typename first_sequence_t = std::nullopt_t, typename second_sequence_t = std::nullopt_t>
struct seqan3::detail::debug_matrix< matrix_t, first_sequence_t, second_sequence_t >::format_type

Format used by seqan3::detail::debug_matrix.


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