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

#include <TypeList.h>

Classes

struct  Next
 

Public Types

using type = typename std::conditional_t< Null_v< TypeList >, type_identity< Nil >, Next >::type
 

Detailed Description

template<typename TypeList>
struct TypeList::NonEmptyTails< TypeList >

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

Definition at line 162 of file TypeList.h.

Member Typedef Documentation

◆ type

template<typename TypeList >
using TypeList::NonEmptyTails< TypeList >::type = typename std::conditional_t< Null_v<TypeList>, type_identity<Nil>, Next >::type

Definition at line 168 of file TypeList.h.


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