CnvFactory< T > Class Template Referencefinal

#include <GaudiKernel/Converter.h>

Static Public Member Functions

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

Detailed Description

template<class T>
class CnvFactory< T >

Definition at line 170 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 174 of file Converter.h.

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

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