SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
std::tuple_element< elem_no, seqan3::sam_record< field_types, field_ids > > Struct Template Reference

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

#include <seqan3/io/sam_file/record.hpp>

+ Inheritance diagram for std::tuple_element< elem_no, seqan3::sam_record< field_types, field_ids > >:

Detailed Description

template<size_t elem_no, typename field_types, typename field_ids>
struct std::tuple_element< elem_no, seqan3::sam_record< field_types, field_ids > >

Obtains the type of the specified element.

See also
std::tuple_element

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