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

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

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

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

Detailed Description

template<size_t elem_no, seqan3::SequenceFileInputTraits traits_type, seqan3::detail::Fields selected_field_ids, seqan3::detail::TypeListOfSequenceFileInputFormats valid_formats, seqan3::Char stream_char_t>
struct std::tuple_element< elem_no, seqan3::sequence_file_input< traits_type, selected_field_ids, valid_formats, stream_char_t > >

Obtains the type of the specified element.

See also
std::tuple_element

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