tinympl
0.2
mini MPL library for C++11
|
Collapses a sequence starting from right using a functor. More...
#include <tinympl/right_fold.hpp>
Collapses a sequence starting from right using a functor.
Sequence | The input sequence |
F | The functor; F<T,U> must be a valid expression |
F(A1, F(A2,F(A3, ... ) ) )