SeqAn3 3.4.0-rc.4
The Modern C++ library for sequence analysis.
|
Exposes the unaligned sequence type given an aligned sequence container type. More...
#include <seqan3/alignment/aligned_sequence/aligned_sequence_concept.hpp>
Public Types | |
using | type = decltype(remove_gap_from_value_type(std::declval< t >())) |
The unaligned sequence type of t. | |
using | type = typename std::remove_reference_t< t >::unaligned_sequence_type |
The unaligned sequence type of t. | |
Exposes the unaligned sequence type given an aligned sequence container type.
Exposes the unaligned sequence type if t exposes the type member unaligned_sequence_type
.