Logo ROOT  
Reference Guide
TThreadExecutor.cxx File Reference
#include "ROOT/TThreadExecutor.hxx"
#include "ROOT/TTaskGroup.hxx"
#include "tbb/tbb.h"
Include dependency graph for TThreadExecutor.cxx:

Namespaces

namespace  ROOT
 VSD Structures.
 
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...