SeqAn3  3.0.2
The Modern C++ library for sequence analysis.
std::tuple_element< elem_no, seqan3::alignment_file_input< traits_type, selected_field_ids, valid_formats > > Struct Template Reference

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

#include <seqan3/io/alignment_file/input.hpp>

+ Inheritance diagram for std::tuple_element< elem_no, seqan3::alignment_file_input< traits_type, selected_field_ids, valid_formats > >:

Detailed Description

template<size_t elem_no, seqan3::alignment_file_input_traits traits_type, seqan3::detail::fields_specialisation selected_field_ids, seqan3::detail::type_list_of_alignment_file_input_formats valid_formats>
struct std::tuple_element< elem_no, seqan3::alignment_file_input< traits_type, selected_field_ids, valid_formats > >

Obtains the type of the specified element.

See also
std::tuple_element

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