SeqAn3
gapped.hpp File Reference

Contains 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 = union_composition< alphabet_t, gap >
 Extends a given alphabet with a gap character. More...
 

Detailed Description

Contains seqan3::gapped.

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