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

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

#include <TypeList.h>

Classes

struct  Accumulate
 
struct  Accumulate< Acc, Nil >
 

Public Types

using type = typename Accumulate< Initial, TypeList >::type
 

Detailed Description

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

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

Definition at line 335 of file TypeList.h.

Member Typedef Documentation

◆ type

template<template< typename Type, typename Accumulator > class Op, typename TypeList , typename Initial >
using TypeList::RightFold< Op, TypeList, Initial >::type = typename Accumulate<Initial, TypeList>::type

Definition at line 342 of file TypeList.h.


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