BioC++ core-0.7.0
The Modern C++ libraries for Bioinformatics.
 
Loading...
Searching...
No Matches
std::tuple_element< i, tuple_t > Struct Template Reference

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

#include <bio/alphabet/composite/tuple_base.hpp>

+ Inheritance diagram for std::tuple_element< i, tuple_t >:

Public Types

using type = bio::meta::list_traits::at< i, typename tuple_t::biocpp_required_types >
 Element type.
 

Detailed Description

template<std::size_t i, bio::alphabet::detail::alphabet_tuple_like tuple_t>
struct std::tuple_element< i, tuple_t >

Obtains the type of the specified element.

See also
std::tuple_element

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