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

Provides bio::alphabet::tuple_base. More...

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

Go to the source code of this file.

Classes

class  bio::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  bio
 The main BioC++ namespace.
 
namespace  bio::alphabet
 The alphabet module's namespace.
 

Detailed Description

Provides bio::alphabet::tuple_base.

Author
Hannes Hauswedell <hannes.hauswedell AT decode.is>