SeqAn3  3.2.0
The Modern C++ library for sequence analysis.
std::tuple_size< t< types... > > Struct Template Reference

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

#include <seqan3/utility/tuple/pod_tuple.hpp>

+ Inheritance diagram for std::tuple_size< t< types... > >:

Detailed Description

template<std::size_t i, template< typename... > typename t, typename... types>
struct std::tuple_size< t< types... > >

Obtains the type of the specified element.

See also
std::tuple_element

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: