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

Provides access to the number of elements in a tuple as a compile-time constant expression. More...

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

+ Inheritance diagram for std::tuple_size< seqan3::structure_record< field_types, field_ids > >:

Detailed Description

template<typename field_types, typename field_ids>
struct std::tuple_size< seqan3::structure_record< field_types, field_ids > >

Provides access to the number of elements in a tuple as a compile-time constant expression.

See also
std::tuple_size_v

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