SeqAn3 3.3.0
The Modern C++ library for sequence analysis.
|
Provides seqan3::gapped. More...
Go to the source code of this file.
Namespaces | |
namespace | seqan3 |
The main SeqAn3 namespace. | |
Typedefs | |
template<typename alphabet_t > | |
using | seqan3::gapped = alphabet_variant< alphabet_t, gap > |
Extends a given alphabet with a gap character. | |
Provides seqan3::gapped.