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

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

#include <seqan3/io/record.hpp>

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

Public Types

using type = std::tuple_element_t< elem_no, typename seqan3::record< field_types, field_ids >::base_type >
 The member type. Delegates to same type on base_type.
 

Detailed Description

template<size_t elem_no, typename field_types, typename field_ids>
struct std::tuple_element< elem_no, seqan3::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: