SeqAn3
union_composition.hpp File Reference

Contains seqan3::union_composition. More...

#include <algorithm>
#include <array>
#include <utility>
#include <cassert>
#include <variant>
#include <meta/meta.hpp>
#include <seqan3/alphabet/concept.hpp>
#include <seqan3/alphabet/composition/detail.hpp>
#include <seqan3/alphabet/detail/alphabet_base.hpp>
#include <seqan3/core/concept/core_language.hpp>
#include <seqan3/core/detail/int_types.hpp>
#include <seqan3/core/metafunction/pack.hpp>
#include <seqan3/core/metafunction/range.hpp>
#include <seqan3/core/metafunction/transformation_trait_or.hpp>
#include <seqan3/core/tuple_utility.hpp>
#include <seqan3/std/concepts>
#include <seqan3/std/type_traits>
Include dependency graph for union_composition.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Contains seqan3::union_composition.

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