Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Internal::TThreadedObjectUtils::Cloner< T, isCopyConstructible > Struct Template Reference

template<class T, bool isCopyConstructible = std::is_copy_constructible<T>::value>
struct ROOT::Internal::TThreadedObjectUtils::Cloner< T, isCopyConstructible >

Return a copy of the object or a "Clone" if the copy constructor is not implemented.

Definition at line 71 of file TThreadedObject.hxx.

Static Public Member Functions

static T * Clone (const T *obj, TDirectory *d=nullptr)
 

#include <ROOT/TThreadedObject.hxx>

Member Function Documentation

◆ Clone()

template<class T , bool isCopyConstructible = std::is_copy_constructible<T>::value>
static T * ROOT::Internal::TThreadedObjectUtils::Cloner< T, isCopyConstructible >::Clone ( const T *  obj,
TDirectory d = nullptr 
)
inlinestatic

Definition at line 72 of file TThreadedObject.hxx.


The documentation for this struct was generated from the following file: