SeqAn3 3.3.0
The Modern C++ library for sequence analysis.
|
Provides seqan3::alphabet_variant. More...
#include <algorithm>
#include <array>
#include <cassert>
#include <utility>
#include <variant>
#include <seqan3/alphabet/alphabet_base.hpp>
#include <seqan3/alphabet/composite/detail.hpp>
#include <seqan3/utility/type_list/traits.hpp>
#include <seqan3/utility/type_traits/lazy_conditional.hpp>
Go to the source code of this file.
Classes | |
class | seqan3::alphabet_variant< alternative_types > |
A combined alphabet that can hold values of either of its alternatives.. More... | |
Namespaces | |
namespace | seqan3 |
The main SeqAn3 namespace. | |
Provides seqan3::alphabet_variant.