1 #ifndef DataFormats_Common_ConvertHandle_h
2 #define DataFormats_Common_ConvertHandle_h
15 namespace handleimpl {
26 void const* basicWrapper = bh.wrapper();
27 if UNLIKELY (
nullptr == basicWrapper) {
40 void const* basicWrapper = bh.wrapper();
41 if UNLIKELY (basicWrapper ==
nullptr) {
44 if UNLIKELY (!(bh.wrapper()->dynamicTypeInfo() ==
typeid(
T))) {