#include </tmp/marcocle/lhcb-release/1122/GAUDI/GAUDI_v27r0/InstallArea/x86_64-slc6-gcc49-opt/include/GaudiKernel/Converter.h>
|
template<typename S , typename... Args> |
static S::ReturnType | create (Args &&...a1) |
|
template<typename S , typename... Args> |
static S::ReturnType | create (Args &&...a1) |
|
template<class T>
class CnvFactory< T >
Definition at line 169 of file Converter.h.
template<class T >
template<typename S , typename... Args>
static S::ReturnType CnvFactory< T >::create |
( |
Args &&... |
a1 | ) |
|
|
inlinestatic |
Definition at line 173 of file Converter.h.
174 return new T(std::forward<Args>(
a1)...);
template<class T >
template<typename S , typename... Args>
static S::ReturnType CnvFactory< T >::create |
( |
Args &&... |
a1 | ) |
|
|
inlinestatic |
Definition at line 173 of file Converter.h.
174 return new T(std::forward<Args>(
a1)...);
The documentation for this class was generated from the following file:
- InstallArea/x86_64-slc6-gcc49-opt/include/GaudiKernel/Converter.h