Audacity 3.2.0
Public Types | List of all members
TypeList::Nth< N, TypeList >::Countdown< I, TL > Struct Template Reference

Public Types

using type = typename Countdown< I - 1, Tail_t< TL > >::type
 

Detailed Description

template<size_t N, typename TypeList>
template<size_t I, typename TL>
struct TypeList::Nth< N, TypeList >::Countdown< I, TL >

Definition at line 118 of file TypeList.h.

Member Typedef Documentation

◆ type

template<size_t N, typename TypeList >
template<size_t I, typename TL >
using TypeList::Nth< N, TypeList >::Countdown< I, TL >::type = typename Countdown<I - 1, Tail_t<TL> >::type

Definition at line 119 of file TypeList.h.


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