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

Classes

struct  Accumulate
 
struct  Accumulate< Acc >
 
struct  Accumulate< Acc, T, Ts... >
 

Public Types

using type = typename Accumulate< Initial, Types... >::type
 

Detailed Description

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

Definition at line 294 of file TypeList.h.

Member Typedef Documentation

◆ type

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

Definition at line 301 of file TypeList.h.


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