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

Public Types

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

Detailed Description

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

Definition at line 337 of file TypeList.h.

Member Typedef Documentation

◆ type

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

Definition at line 338 of file TypeList.h.


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