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

#include <TypeList.h>

Public Types

using type = Acc
 

Detailed Description

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

Definition at line 296 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 >
using TypeList::LeftFold< Op, TypeList, Initial >::Impl< Types >::Accumulate< Acc >::type = Acc

Definition at line 296 of file TypeList.h.


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