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

Select only the subsequence of the type list satisfying the predicate. More...

#include <TypeList.h>

Public Types

using type = First_t< StablePartition_t< Predicate, TypeList > >
 

Detailed Description

template<typename Predicate, typename TypeList>
struct TypeList::Filter< Predicate, TypeList >

Select only the subsequence of the type list satisfying the predicate.

Definition at line 500 of file TypeList.h.

Member Typedef Documentation

◆ type

template<typename Predicate , typename TypeList >
using TypeList::Filter< Predicate, TypeList >::type = First_t<StablePartition_t<Predicate, TypeList> >

Definition at line 501 of file TypeList.h.


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