CMS 3D CMS Logo

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