|
SeqAn3 3.4.2-rc.1
The Modern C++ library for sequence analysis.
|
Transformation trait to access the hidden result value type of the seqan3::alignment_result class. More...
#include <seqan3/alignment/pairwise/alignment_result.hpp>
Inheritance diagram for seqan3::detail::alignment_result_value_type_accessor< alignment_result< result_value_t > >:Public Types | |
| using | type = result_value_t |
| The underlying value type used for the given alignment result type. | |
Transformation trait to access the hidden result value type of the seqan3::alignment_result class.
| result_t | The type of the alignment result. |
The template parameter must be a specialisation of seqan3::alignment_result otherwise this class is incomplete.