SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
detail.hpp File Reference

Provides implementation detail for seqan3::alphabet_variant and seqan3::alphabet_tuple_base. More...

+ Include dependency graph for detail.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  seqan3::alphabet_tuple_base< derived_type, component_types >
 The CRTP base for a combined alphabet that contains multiple values of different alphabets at the same time. More...
 
class  seqan3::alphabet_variant< alternative_types >
 A combined alphabet that can hold values of either of its alternatives. More...
 

Namespaces

 seqan3
 The main SeqAn3 namespace.
 

Detailed Description

Provides implementation detail for seqan3::alphabet_variant and seqan3::alphabet_tuple_base.

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>