![]() |
|
|||
File indexing completed on 2023-03-17 11:10:19
0001 #ifndef IOPool_Common_getWrapperBasePtr_h 0002 #define IOPool_Common_getWrapperBasePtr_h 0003 0004 #include "DataFormats/Common/interface/WrapperBase.h" 0005 #include "FWCore/Utilities/interface/getAnyPtr.h" 0006 0007 namespace edm { 0008 inline std::unique_ptr<WrapperBase> getWrapperBasePtr(void* p, int offset) { 0009 return getAnyPtr<WrapperBase>(p, offset); 0010 } 0011 } // namespace edm 0012 0013 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |