Audacity 3.2.0
Public Types | List of all members
TypeList::Tails< TypeList > Struct Template Reference

#include <TypeList.h>

Public Types

using type = PushBack_t< NonEmptyTails_t< TypeList >, Nil >
 

Detailed Description

template<typename TypeList>
struct TypeList::Tails< TypeList >

List of the tails of the given list (by decreasing length, including itself and Nil)

Definition at line 177 of file TypeList.h.

Member Typedef Documentation

◆ type

template<typename TypeList >
using TypeList::Tails< TypeList >::type = PushBack_t<NonEmptyTails_t<TypeList>, Nil>

Definition at line 178 of file TypeList.h.


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