tinympl  0.2
mini MPL library for C++11
tinympl::variadic::left_fold< Op, Args > Class Template Reference

Collapses a sequence starting from left using a functor. More...

#include <tinympl/variadic/left_fold.hpp>

Detailed Description

template<template< class...> class Op, class... Args>
class tinympl::variadic::left_fold< Op, Args >

Collapses a sequence starting from left using a functor.

Parameters
FThe functor; F<T,U> must be a valid expression
Args...The input sequence
Returns
A type which is the result of F( ... F(F(A1,A2),A3) .. )
See also
tinympl::left_fold

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