BioC++ core-0.7.0
The Modern C++ libraries for Bioinformatics.
 
Loading...
Searching...
No Matches
variant.hpp File Reference

Provides bio::alphabet::variant. More...

#include <algorithm>
#include <array>
#include <cassert>
#include <utility>
#include <variant>
#include <bio/alphabet/base.hpp>
#include <bio/alphabet/composite/detail.hpp>
#include <bio/meta/type_list/traits.hpp>
+ Include dependency graph for variant.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bio::alphabet::variant< alternative_types >
 A combined alphabet that can hold values of either of its alternatives.. More...
 

Namespaces

namespace  bio
 The main BioC++ namespace.
 
namespace  bio::alphabet
 The alphabet module's namespace.
 

Detailed Description

Provides bio::alphabet::variant.

Author
Marcel Ehrhardt <marcel.ehrhardt AT fu-berlin.de>
Hannes Hauswedell <hannes.hauswedell AT decode.is>
David Heller <david.heller AT fu-berlin.de>