The Gaudi Framework  v33r1 (b1225454)
details::Payload_helper< T > Struct Template Reference

#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 > >>
 

Detailed Description

template<typename T>
struct details::Payload_helper< T >

Definition at line 73 of file DataObjectHandle.h.

Member Typedef Documentation

◆ type

template<typename T>
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.


The documentation for this struct was generated from the following file: