SeqAn3 3.1.0
The Modern C++ library for sequence analysis.
alphabet_tuple_base.hpp File Reference

Provides seqan3::alphabet_tuple_base. More...

+ Include dependency graph for alphabet_tuple_base.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  seqan3::alphabet_tuple_base< derived_type, component_types >
 The CRTP base for a combined alphabet that contains multiple values of different alphabets at the same time.. More...
 
struct  std::tuple_element< i, tuple_t >
 Obtains the type of the specified element. More...
 
struct  std::tuple_size< tuple_t >
 Provides access to the number of elements in a tuple as a compile-time constant expression. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 
namespace  std
 SeqAn specific customisations in the standard namespace.
 

Detailed Description

Provides seqan3::alphabet_tuple_base.

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>