Audacity 3.2.0
Public Types | List of all members
TypeList::Bind< TupleLike >::Impl< std::index_sequence< Is... > > Struct Template Reference

Public Types

using type = List< std::tuple_element_t< Is, TupleLike >... >
 

Detailed Description

template<typename TupleLike>
template<size_t... Is>
struct TypeList::Bind< TupleLike >::Impl< std::index_sequence< Is... > >

Definition at line 243 of file TypeList.h.

Member Typedef Documentation

◆ type

template<typename TupleLike >
template<size_t... Is>
using TypeList::Bind< TupleLike >::Impl< std::index_sequence< Is... > >::type = List<std::tuple_element_t<Is, TupleLike>...>

Definition at line 244 of file TypeList.h.


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