Obtains the type of the specified element.
More...
#include <seqan3/utility/tuple/pod_tuple.hpp>
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: