Provides implementation detail for seqan3::union_composition and seqan3::cartesian_composition. More...
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. | |
Provides implementation detail for seqan3::union_composition and seqan3::cartesian_composition.