Logo ROOT   6.16/01
Reference Guide
Namespaces | Functions
TThreadExecutor.cxx File Reference
#include "ROOT/TThreadExecutor.hxx"
#include "tbb/tbb.h"
Include dependency graph for TThreadExecutor.cxx:

Namespaces

namespace  ROOT
 Namespace for new ROOT classes and functions.
 
namespace  ROOT::Internal
 

Functions

template<typename T >
static T ROOT::Internal::ParallelReduceHelper (const std::vector< T > &objs, const std::function< T(T a, T b)> &redfunc)
 A helper function to implement the TThreadExecutor::ParallelReduce methods. More...