CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ClonePolicy.h
Go to the documentation of this file.
1 #ifndef DataFormats_Common_ClonePolicy_h
2 #define DataFormats_Common_ClonePolicy_h
3 
4 namespace edm {
5  template<typename T>
6  struct ClonePolicy{
7  static T * clone(const T & t) {
8  return t.clone();
9  }
10  };
11 }
12 
13 #endif
static T * clone(const T &t)
Definition: ClonePolicy.h:7
long double T