CMS 3D CMS Logo

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