Provides bio::alphabet::tuple_base. More...
#include <cassert>#include <concepts>#include <utility>#include <bio/alphabet/base.hpp>#include <bio/alphabet/composite/detail.hpp>#include <bio/alphabet/concept.hpp>#include <bio/alphabet/proxy_base.hpp>#include <bio/meta/type_list/function.hpp>#include <bio/meta/type_list/traits.hpp>#include <bio/meta/type_list/type_list.hpp>#include <bio/meta/type_traits/template_inspection.hpp>
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. | |
Provides bio::alphabet::tuple_base.