Logo ROOT   6.12/07
Reference Guide
Typedefs | Functions
ROOT::TThreadedObjectUtils Namespace Reference

Typedefs

template<class T >
using MergeFunctionType = std::function< void(std::shared_ptr< T >, std::vector< std::shared_ptr< T > > &)>
 

Functions

template<class T >
void MergeTObjects (std::shared_ptr< T > target, std::vector< std::shared_ptr< T >> &objs)
 Merge TObjects. More...
 

Typedef Documentation

◆ MergeFunctionType

template<class T >
using ROOT::TThreadedObjectUtils::MergeFunctionType = typedef std::function<void(std::shared_ptr<T>, std::vector<std::shared_ptr<T> >&)>

Definition at line 117 of file TThreadedObject.hxx.

Function Documentation

◆ MergeTObjects()

template<class T >
void ROOT::TThreadedObjectUtils::MergeTObjects ( std::shared_ptr< T >  target,
std::vector< std::shared_ptr< T >> &  objs 
)

Merge TObjects.

Definition at line 120 of file TThreadedObject.hxx.