Definition at line 277 of file RMergeableValue.hxx.
Public Member Functions | |
RMergeableMax ()=default | |
Default constructor. More... | |
RMergeableMax (const RMergeableMax &)=delete | |
RMergeableMax (const T &value) | |
Constructor that initializes data members. More... | |
RMergeableMax (RMergeableMax &&)=default | |
![]() | |
RMergeableValue ()=default | |
Default constructor. More... | |
RMergeableValue (const T &value) | |
Constructor taking the action result by const reference. More... | |
const T & | GetValue () const |
Retrieve the result wrapped by this mergeable. More... | |
Private Member Functions | |
void | Merge (const RMergeableValue< T > &other) final |
Aggregate the information contained in another RMergeableValue into this. More... | |
Additional Inherited Members | |
![]() | |
T | fValue |
#include <ROOT/RDF/RMergeableValue.hxx>
|
inline |
Constructor that initializes data members.
[in] | value | The action result. |
Definition at line 293 of file RMergeableValue.hxx.
|
default |
Default constructor.
Needed to allow serialization of ROOT objects. See TBufferFile::WriteObjectClass
|
default |
|
delete |
|
inlinefinalprivatevirtual |
Aggregate the information contained in another RMergeableValue into this.
Virtual function reimplemented in all the subclasses.
Merge
methods in the RMergeableValue family are private. To merge multiple RMergeableValue objects please use MergeValues. Implements ROOT::Detail::RDF::RMergeableValue< T >.
Definition at line 279 of file RMergeableValue.hxx.