|
SeqAn3 3.4.1-rc.1
The Modern C++ library for sequence analysis.
|
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 | |
| namespace | seqan3 |
| The main SeqAn3 namespace. | |
| namespace | seqan3::detail |
| The internal SeqAn3 namespace. | |
Typedefs | |
| template<typename alphabet_t > | |
| using | seqan3::gapped = alphabet_variant< alphabet_t, gap > |
| Extends a given alphabet with a gap character. | |
Variables | |
| template<typename t > | |
| constexpr bool | seqan3::detail::is_gapped_alphabet = false |
| Helper variable to determine if an alphabet is gapped [default: false]. | |
| template<typename t > | |
| constexpr bool | seqan3::detail::is_gapped_alphabet< gapped< t > > = true |
| Helper variable to determine if an alphabet is gapped, true for specialisations of seqan3::gapped. | |
Provides seqan3::gapped.