SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
std::tuple_element< pos, seqan3::configuration< configs_t... > > Struct Template Reference

Returns the type of the element at the specified position within seqan3::configuration. More...

+ Inheritance diagram for std::tuple_element< pos, seqan3::configuration< configs_t... > >:

Public Types

using type = std::tuple_element_t< pos, typename seqan3::configuration< configs_t... >::base_type >
 The type of the config at position pos
 

Detailed Description

template<size_t pos, seqan3::detail::config_element... configs_t>
struct std::tuple_element< pos, seqan3::configuration< configs_t... > >

Returns the type of the element at the specified position within seqan3::configuration.

See also
std::tuple_element

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