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>
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. | |
Contains seqan3::union_composition.