Galois
|
Helper functor to invoke std::for_each with the same interface as galois::do_all. More...
#include <Loops.h>
Public Member Functions | |
template<typename RangeFunc , typename F , typename... Args> | |
void | operator() (const RangeFunc &rangeMaker, const F &f, Args &&...args) const |
Helper functor to invoke std::for_each with the same interface as galois::do_all.
|
inline |