CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CopyUsingNew.h
Go to the documentation of this file.
1 #ifndef CopyUsingNew_H
2 #define CopyUsingNew_H
3 
8 template <class T>
9 class CopyUsingNew {
10 public:
11  T* clone( const T& value) { return new T(value);}
12 };
13 
14 #endif // CopyUsingNew_H
15 
T * clone(const T &value)
Definition: CopyUsingNew.h:11
long double T