#include <algorithm>
#include <iterator>
#include <memory>
#include <stdexcept>
#include <string>
#include <vector>
#include "RtypesCore.h"
#include "TError.h"
#include "TList.h"
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
namespace | ROOT::Detail |
Special implementation of ROOT::RRangeCast for TCollection, including a check that the cast target type inherits from TObject and a new constructor that takes the TCollection by pointer. | |
namespace | ROOT::Detail::RDF |
Functions | |
template<typename T , typename... Ts> | |
void | ROOT::Detail::RDF::MergeValues (RMergeableValue< T > &OutputMergeable, const RMergeableValue< Ts > &... InputMergeables) |
Merge multiple RMergeableValue objects into one. | |
template<typename T , typename... Ts> | |
void | ROOT::Detail::RDF::MergeValues (RMergeableVariations< T > &OutputMergeable, const RMergeableVariations< Ts > &... InputMergeables) |
Merge multiple RMergeableVariations objects into one. | |
template<typename T , typename... Ts> | |
std::unique_ptr< RMergeableValue< T > > | ROOT::Detail::RDF::MergeValues (std::unique_ptr< RMergeableValue< T > > OutputMergeable, std::unique_ptr< RMergeableValue< Ts > >... InputMergeables) |
Merge multiple RMergeableValue objects into one. | |
Definition in file RMergeableValue.hxx.