CnvFactory< T > Class Template Referencefinal

#include </tmp/marcocle/lhcb-release/1122/GAUDI/GAUDI_v27r0/InstallArea/x86_64-slc6-gcc49-opt/include/GaudiKernel/Converter.h>

Static Public Member Functions

template<typename S , typename... Args>
static S::ReturnType create (Args &&...a1)
 
template<typename S , typename... Args>
static S::ReturnType create (Args &&...a1)
 

Detailed Description

template<class T>
class CnvFactory< T >

Definition at line 169 of file Converter.h.

Member Function Documentation

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.

173  {
174  return new T(std::forward<Args>(a1)...);
175  }
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.

173  {
174  return new T(std::forward<Args>(a1)...);
175  }

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