SeqAn3
detail.hpp File Reference

Provides implementation detail for seqan3::union_composition and seqan3::cartesian_composition. More...

#include <type_traits>
#include <seqan3/core/platform.hpp>
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::cartesian_composition< 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::union_composition< 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::union_composition and seqan3::cartesian_composition.

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