#include <algorithm>
#include <amino/thread.h>
#include <amino/ftask.h>
Go to the source code of this file.
Namespaces | |
namespace | amino |
Classes | |
class | amino::CallStdForEach< iteratorT, FuncT > |
Functions | |
template<typename iteratorT, typename FuncT, typename Executor> | |
void | amino::for_each (Executor &exec, iteratorT begin, iteratorT end, FuncT func) |
template<typename iteratorT, typename FuncT, typename Executor> | |
void | amino::for_each (Executor &exec, int divNum, iteratorT begin, iteratorT end, FuncT func) |