Audacity 3.2.0
Classes | Public Types | List of all members
TypeList::LeftFold< Op, TypeList, Initial > Struct Template Reference

Left fold reduction of a list of types by a binary template. More...

#include <TypeList.h>

Inheritance diagram for TypeList::LeftFold< Op, TypeList, Initial >:
[legend]

Classes

struct  Impl
 

Public Types

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

Detailed Description

template<template< typename Type, typename Accumulator > class Op, typename TypeList, typename Initial>
struct TypeList::LeftFold< Op, TypeList, Initial >

Left fold reduction of a list of types by a binary template.

Definition at line 292 of file TypeList.h.

Member Typedef Documentation

◆ type

template<template< typename Type, typename Accumulator > class Op, typename TypeList , typename Initial >
using TypeList::LeftFold< Op, TypeList, Initial >::type = typename Apply_t<Impl, TypeList>::type

Definition at line 304 of file TypeList.h.


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