The Gaudi Framework  v29r0 (ff2e7097)
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 161 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 166 of file Converter.h.

167  {
168  return new T( std::forward<Args>( a1 )... );
169  }

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