#include <TrigSerializeConverter.h>
|
template<typename C > |
constexpr static std::enable_if< std::is_base_of< SG::AuxElement, typename std::pointer_traits< typename C::value_type >::element_type >::value, bool >::type | isxAODVector (C *) |
|
template<typename C > |
constexpr static bool | isxAODVector (...) |
|
template<typename C > |
constexpr static std::enable_if< std::is_base_of< SG::IAuxStore, C >::value, bool >::type | isAuxVector (C *) |
|
template<typename C > |
constexpr static bool | isAuxVector (...) |
|
template<typename T>
struct isxAOD< T >
Definition at line 48 of file TrigSerializeConverter.h.
◆ isAuxVector() [1/2]
template<typename T >
template<typename C >
constexpr static bool isxAOD< T >::isAuxVector |
( |
|
... | ) |
|
|
inlinestaticconstexpr |
◆ isAuxVector() [2/2]
template<typename T >
template<typename C >
◆ isxAODVector() [1/2]
template<typename T >
template<typename C >
constexpr static bool isxAOD< T >::isxAODVector |
( |
|
... | ) |
|
|
inlinestaticconstexpr |
◆ isxAODVector() [2/2]
template<typename T >
template<typename C >
constexpr static std::enable_if<std::is_base_of<SG::AuxElement,typename std::pointer_traits<typename C::value_type>::element_type>::value,bool>::type isxAOD< T >::isxAODVector |
( |
C * |
| ) |
|
|
inlinestaticconstexpr |
◆ value
The documentation for this struct was generated from the following file: