![]() |
|
|||
File indexing completed on 2024-04-06 12:03:50
0001 #ifndef DataFormats_Common_ClonePolicy_h 0002 #define DataFormats_Common_ClonePolicy_h 0003 0004 namespace edm { 0005 template <typename T> 0006 struct ClonePolicy { 0007 static T* clone(const T& t) { return t.clone(); } 0008 }; 0009 } // namespace edm 0010 0011 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |