Galois
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
galois::DoAll Struct Reference

Helper functor class to invoke galois::do_all on provided args Can be used to choose between galois::do_all and other equivalents such as std::for_each. 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
 

Detailed Description

Helper functor class to invoke galois::do_all on provided args Can be used to choose between galois::do_all and other equivalents such as std::for_each.

Member Function Documentation

template<typename RangeFunc , typename F , typename... Args>
void galois::DoAll::operator() ( const RangeFunc &  rangeMaker,
const F &  f,
Args &&...  args 
) const
inline

The documentation for this struct was generated from the following file: