#include <numeric>
#include <amino/thread.h>
#include <amino/ftask.h>
Go to the source code of this file.
Namespaces | |
namespace | amino |
Classes | |
class | amino::CallStdAccumulate< iteratorT, T > |
class | amino::CallStdAccumulate_Func< iteratorT, T, FuncT > |
Functions | |
template<typename iteratorT, typename T, typename Executor> | |
T | amino::accumulate (Executor exec, iteratorT first, iteratorT last) |
template<typename iteratorT, typename FuncT, typename T, typename Executor> | |
T | amino::accumulate (Executor exec, iteratorT first, iteratorT last, FuncT func) |
template<typename iteratorT, typename T, typename Executor> | |
T | amino::accumulate (Executor &exec, int threadNum, iteratorT first, iteratorT last) |
template<typename iteratorT, typename T, typename FuncT, typename Executor> | |
T | amino::accumulate (Executor &exec, int threadNum, iteratorT first, iteratorT last, FuncT func) |