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