SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::detail::alignment_result_value_type_accessor< alignment_result< result_value_t > > Struct Template Reference

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.
 

Detailed Description

template<typename result_value_t>
struct seqan3::detail::alignment_result_value_type_accessor< alignment_result< result_value_t > >

Transformation trait to access the hidden result value type of the seqan3::alignment_result class.

Template Parameters
result_tThe type of the alignment result.

The template parameter must be a specialisation of seqan3::alignment_result otherwise this class is incomplete.


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