SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
gapped.hpp File Reference

Provides seqan3::gapped. More...

+ Include dependency graph for gapped.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 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. More...
 

Detailed Description

Provides seqan3::gapped.

Author
Marcel Ehrhardt <marcel.ehrhardt AT fu-berlin.de>
David Heller <david.heller AT fu-berlin.de>