|
NiHu
2.0
|
accumulate elements of a sequence using a binary metafunction More...
#include <algorithm.hpp>
accumulate elements of a sequence using a binary metafunction
| Seq | the sequence the elements of which are accumulated |
| Init | initial value of accumulation |
| Fun | accumulating functor, the default is plus |
Definition at line 73 of file algorithm.hpp.