SeqAn3
std::tuple_element< i, tuple_t > Struct Template Reference

Obtains the type of the specified element. More...

#include <seqan3/alphabet/composition/cartesian_composition.hpp>

Public Types

using type = meta::at_c< typename tuple_t::seqan3_cartesian_components, i >
 Element type.
 

Detailed Description

template<std::size_t i, seqan3::detail::cartesian_composition_concept tuple_t>
struct std::tuple_element< i, tuple_t >

Obtains the type of the specified element.


The documentation for this struct was generated from the following file: