![]() |
The Gaudi Framework
v32r2 (46d42edc)
|
#include <GaudiKernel/DataObjectHandle.h>
Public Types | |
| using | type = std::conditional_t< std::is_base_of_v< DataObject, T >, T, AnyDataWrapper< T > > |
Definition at line 64 of file DataObjectHandle.h.
| using details::Payload_helper< T >::type = std::conditional_t<std::is_base_of_v<DataObject, T>, T, AnyDataWrapper<T> > |
Definition at line 65 of file DataObjectHandle.h.