![]() |
The Gaudi Framework
v33r0 (d5ea422b)
|
#include <GaudiKernel/DataObjectHandle.h>
Public Types | |
| using | type = std::conditional_t< std::is_base_of_v< DataObject, T >, T, AnyDataWrapper< T > > |
Definition at line 74 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 75 of file DataObjectHandle.h.