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

Transform a list of types by the given metafunction. More...

#include <TypeList.h>

Classes

struct  Impl
 

Public Types

using type = typename Apply_t< Impl, TypeList >::type
 

Detailed Description

template<typename Metafunction, typename TypeList>
struct TypeList::Map< Metafunction, TypeList >

Transform a list of types by the given metafunction.

Definition at line 253 of file TypeList.h.

Member Typedef Documentation

◆ type

template<typename Metafunction , typename TypeList >
using TypeList::Map< Metafunction, TypeList >::type = typename Apply_t<Impl, TypeList>::type

Definition at line 259 of file TypeList.h.


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