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

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

#include <tinympl/variadic/right_fold.hpp>

Detailed Description

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

Collapses a sequence starting from right 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(A1, F(A2,F(A3, ... ) ) )
See also
tinympl::right_fold

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