SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
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

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.
 

Detailed Description

Provides seqan3::gapped.

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