CMS 3D CMS Logo

NewPolicy.h
Go to the documentation of this file.
1 #ifndef DataFormats_Common_NewPolicy_h
2 #define DataFormats_Common_NewPolicy_h
3 
4 namespace edm {
5  template<typename T>
6  struct NewPolicy{
7  static T * clone(const T & t) {
8  return new T(t);
9  }
10  };
11 }
12 
13 #endif
static T * clone(const T &t)
Definition: NewPolicy.h:7
HLT enums.
long double T