SeqAn3 3.4.3-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
std::tuple_size< tuple_t > Struct Template Reference

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

#include <seqan3/alphabet/composite/alphabet_tuple_base.hpp>

+ Inheritance diagram for std::tuple_size< tuple_t >:

Detailed Description

template<typename tuple_t>
requires (!seqan3::detail::is_type_specialisation_of_v<tuple_t, std::tuple>) && seqan3::detail::alphabet_tuple_like<tuple_t>
struct std::tuple_size< tuple_t >

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

See also
std::tuple_size_v

This entity is stable. Since version 3.1.


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