![]() |
The Gaudi Framework
v33r1 (b1225454)
|
#include <GaudiKernel/DataObjectHandle.h>
Public Types | |
| using | type = std::conditional_t< std::is_base_of_v< DataObject, T >, T, AnyDataWrapper< std::remove_const_t< T > >> |
Definition at line 73 of file DataObjectHandle.h.
| using details::Payload_helper< T >::type = std::conditional_t<std::is_base_of_v<DataObject, T>, T, AnyDataWrapper<std::remove_const_t<T> >> |
Definition at line 74 of file DataObjectHandle.h.