Definition at line 414 of file RMergeableValue.hxx.
Public Member Functions | |
| RMergeableMin ()=default | |
| Default constructor. | |
| RMergeableMin (const RMergeableMin &)=delete | |
| RMergeableMin (const T &value) | |
| Constructor that initializes data members. | |
| RMergeableMin (RMergeableMin &&)=delete | |
| const T & | GetValue () const |
| Retrieve the result wrapped by this mergeable. | |
| RMergeableMin & | operator= (const RMergeableMin &)=delete |
| RMergeableMin & | operator= (RMergeableMin &&)=delete |
Protected Attributes | |
| T | fValue |
Private Member Functions | |
| void | Merge (const RMergeableValue< T > &other) final |
| Aggregate the information contained in another RMergeableValue into this. | |
#include <ROOT/RDF/RMergeableValue.hxx>
|
inline |
Constructor that initializes data members.
| [in] | value | The action result. |
Definition at line 430 of file RMergeableValue.hxx.
|
default |
Default constructor.
Needed to allow serialization of ROOT objects. See [TBufferFile::WriteObjectClass] (classTBufferFile.html::a209078a4cb58373b627390790bf0c9c1)
|
delete |
|
delete |
|
inlineinherited |
Retrieve the result wrapped by this mergeable.
Definition at line 185 of file RMergeableValue.hxx.
|
inlinefinalprivatevirtual |
Aggregate the information contained in another RMergeableValue into this.
Virtual function reimplemented in all the subclasses.
Implements ROOT::Detail::RDF::RMergeableValue< T >.
Definition at line 416 of file RMergeableValue.hxx.
|
delete |
|
delete |
|
protectedinherited |
Definition at line 164 of file RMergeableValue.hxx.