All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Types | List of all members
paal::data_structures::fold< TypesVector< Arg, Args...>, StartValue, Functor > Struct Template Reference

Standard fold function implementation. More...

#include <types_vector.hpp>

Public Types

typedef fold< TypesVector
< Args...>, typename
Functor::template apply
< StartValue, Arg >::type,
Functor >::type 
type
 

Detailed Description

template<typename StartValue, typename Functor, typename Arg, typename... Args>
struct paal::data_structures::fold< TypesVector< Arg, Args...>, StartValue, Functor >

Standard fold function implementation.

Definition at line 49 of file types_vector.hpp.


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