#include <algorithm>
#include <iterator>
#include <memory>
#include <stdexcept>
#include <string>
#include <vector>
#include "RtypesCore.h"
#include "TError.h"
#include "TList.h"
Namespaces | |
namespace | ROOT |
This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
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.