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

#include <TypeList.h>

Classes

struct  Countdown
 
struct  Countdown< 0, TL >
 

Public Types

using type = typename Countdown< N, TypeList >::type
 

Detailed Description

template<size_t N, typename TypeList>
struct TypeList::Nth< N, TypeList >

Definition at line 116 of file TypeList.h.

Member Typedef Documentation

◆ type

template<size_t N, typename TypeList >
using TypeList::Nth< N, TypeList >::type = typename Countdown<N, TypeList>::type

Definition at line 125 of file TypeList.h.


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