Audacity 3.2.0
Public Types | List of all members
TypeList::LeftFold< Op, TypeList, Initial >::Impl< Types >::Accumulate< Acc, T, Ts... > Struct Template Reference

#include <TypeList.h>

Public Types

using type = typename Accumulate< Op< T, Acc >, Ts... >::type
 

Detailed Description

template<template< typename Type, typename Accumulator > class Op, typename TypeList, typename Initial>
template<typename... Types>
template<typename Acc, typename T, typename... Ts>
struct TypeList::LeftFold< Op, TypeList, Initial >::Impl< Types >::Accumulate< Acc, T, Ts... >

Definition at line 298 of file TypeList.h.

Member Typedef Documentation

◆ type

template<template< typename Type, typename Accumulator > class Op, typename TypeList , typename Initial >
template<typename... Types>
template<typename Acc , typename T , typename... Ts>
using TypeList::LeftFold< Op, TypeList, Initial >::Impl< Types >::Accumulate< Acc, T, Ts... >::type = typename Accumulate<Op<T, Acc>, Ts...>::type

Definition at line 299 of file TypeList.h.


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