Audacity 3.2.0
Public Types | List of all members
TypeList::Compose< Metafunction, Metafunctions... > Struct Template Reference

#include <TypeList.h>

Public Types

template<typename T >
using typemap = typename Metafunction::template typemap< typename Compose< Metafunctions... >::template typemap< T > >
 

Detailed Description

template<typename Metafunction, typename... Metafunctions>
struct TypeList::Compose< Metafunction, Metafunctions... >

Definition at line 213 of file TypeList.h.

Member Typedef Documentation

◆ typemap

template<typename Metafunction , typename... Metafunctions>
template<typename T >
using TypeList::Compose< Metafunction, Metafunctions... >::typemap = typename Metafunction::template typemap< typename Compose<Metafunctions...>::template typemap<T> >

Definition at line 214 of file TypeList.h.


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