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