SeqAn3
std::tuple_element< elem_no, seqan3::record< field_types, field_ids > > Struct Template Reference

Value metafunction specialisation for seqan3::record; returns the type of an element in the record. More...

#include <seqan3/io/record.hpp>

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 > >

Value metafunction specialisation for seqan3::record; returns the type of an element in the record.

See also
seqan3::record

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