Base class of RMergeableValue.
Base class of the mergeable RDataFrame results family of classes. Provides a non-templated custom type to allow passing a std::unique_ptr
to the mergeable object along the call chain. This class is never used in the public API and has no meaning for the final user.
Definition at line 51 of file RMergeableValue.hxx.
Public Member Functions | |
RMergeableValueBase ()=default | |
Default constructor. | |
virtual | ~RMergeableValueBase ()=default |
#include <ROOT/RDF/RMergeableValue.hxx>
|
virtualdefault |
|
default |
Default constructor.
Needed to allow serialization of ROOT objects. See [TBufferFile::WriteObjectClass] (classTBufferFile.html::a209078a4cb58373b627390790bf0c9c1)