Audacity 3.2.0
Public Types | List of all members
TypeList::Call< Predicate, T > Struct Template Reference

Apply a metafunction to a type. More...

#include <TypeList.h>

Public Types

using type = typename Predicate::template typemap< T >
 

Detailed Description

template<typename Predicate, typename T>
struct TypeList::Call< Predicate, T >

Apply a metafunction to a type.

Definition at line 371 of file TypeList.h.

Member Typedef Documentation

◆ type

template<typename Predicate , typename T >
using TypeList::Call< Predicate, T >::type = typename Predicate::template typemap<T>

Definition at line 372 of file TypeList.h.


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