BioC++ core-0.7.0
The Modern C++ libraries for Bioinformatics.
 
Loading...
Searching...
No Matches
gapped.hpp File Reference

Provides bio::alphabet::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

namespace  bio
 The main BioC++ namespace.
 
namespace  bio::alphabet
 The alphabet module's namespace.
 

Typedefs

template<typename alphabet_t >
using bio::alphabet::gapped = variant< alphabet_t, gap >
 Extends a given alphabet with a gap character.
 

Detailed Description

Provides bio::alphabet::gapped.

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