ATLAS Offline Software
|
Helper for the case where DOBJ::base_value_type does not derive from SG::IAuxElement. More...
#include <AuxStore_traits.h>
Public Types | |
typedef std::conditional< std::is_base_of< IAuxElement, DOBJ >::value, AuxStore_traits_AuxDefault, AuxStore_traits_NoAuxDefault >::type | type |
Helper for the case where DOBJ::base_value_type does not derive from SG::IAuxElement.
Test DOBJ itself.
Definition at line 101 of file AuxStore_traits.h.
typedef std::conditional< std::is_base_of<IAuxElement, DOBJ>::value, AuxStore_traits_AuxDefault, AuxStore_traits_NoAuxDefault>::type SG::AuxStore_traits1< DOBJ, FLAG_ >::type |
Definition at line 107 of file AuxStore_traits.h.