|
SeqAn3 3.4.1-rc.1
The Modern C++ library for sequence analysis.
|
Provides seqan3::alphabet_tuple_base. More...
#include <cassert>#include <concepts>#include <utility>#include <seqan3/alphabet/alphabet_base.hpp>#include <seqan3/alphabet/composite/detail.hpp>#include <seqan3/alphabet/concept.hpp>#include <seqan3/alphabet/detail/alphabet_proxy.hpp>#include <seqan3/utility/detail/integer_traits.hpp>#include <seqan3/utility/tuple/concept.hpp>#include <seqan3/utility/type_list/detail/type_list_algorithm.hpp>#include <seqan3/utility/type_list/traits.hpp>#include <seqan3/utility/type_list/type_list.hpp>#include <seqan3/utility/type_pack/traits.hpp>#include <seqan3/utility/type_traits/detail/transformation_trait_or.hpp>
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... | |
| class | seqan3::alphabet_tuple_base< derived_type, component_types >::component_proxy< alphabet_type, index > |
| Specialisation of seqan3::alphabet_proxy that updates the rank of the alphabet_tuple_base. 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 | seqan3::detail |
| The internal SeqAn3 namespace. | |
| namespace | std |
| SeqAn specific customisations in the standard namespace. | |
Variables | |
| template<typename lhs_t , typename tuple_derived_t , typename rhs_t , typename... component_types> | |
| constexpr bool | seqan3::detail::tuple_eq_guard |
| Prevents wrong instantiations of seqan3::alphabet_tuple_base's equality comparison operators. | |
| template<typename tuple_derived_t , typename rhs_t , typename... component_types> | |
| constexpr bool | seqan3::detail::tuple_general_guard |
| Prevents wrong instantiations of seqan3::alphabet_tuple_base's equality comparison operators. | |
| template<typename lhs_t , typename tuple_derived_t , typename rhs_t , typename... component_types> | |
| constexpr bool | seqan3::detail::tuple_order_guard |
| Prevents wrong instantiations of seqan3::alphabet_tuple_base's ordered comparison operators. | |
Provides seqan3::alphabet_tuple_base.