BioC++ core-0.7.0
The Modern C++ libraries for Bioinformatics.
 
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 <bio/alphabet/composite/tuple_base.hpp>

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

Detailed Description

template<bio::alphabet::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

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