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. | |
using ROOT::TThreadedObjectUtils::MergeFunctionType = std::function<void(std::shared_ptr<T>, std::vector<std::shared_ptr<T>>&)> |
Definition at line 119 of file TThreadedObject.hxx.
void ROOT::TThreadedObjectUtils::MergeTObjects | ( | std::shared_ptr< T > | target, |
std::vector< std::shared_ptr< T > > & | objs ) |
Merge TObjects.
Definition at line 123 of file TThreadedObject.hxx.