Audacity 3.2.0
Public Types | List of all members
TypeList::RightFoldList< Op, TypeList, Initial >::Accumulate< Acc, TL > Struct Template Reference

Public Types

using type = Op< TL, typename Accumulate< Acc, Tail_t< TL > >::type >
 

Detailed Description

template<template< typename Tail, typename Accumulator > class Op, typename TypeList, typename Initial>
template<typename Acc, typename TL>
struct TypeList::RightFoldList< Op, TypeList, Initial >::Accumulate< Acc, TL >

Definition at line 355 of file TypeList.h.

Member Typedef Documentation

◆ type

template<template< typename Tail, typename Accumulator > class Op, typename TypeList , typename Initial >
template<typename Acc , typename TL >
using TypeList::RightFoldList< Op, TypeList, Initial >::Accumulate< Acc, TL >::type = Op<TL, typename Accumulate<Acc, Tail_t<TL> >::type>

Definition at line 356 of file TypeList.h.


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