The Gaudi Framework  v29r0 (ff2e7097)
AudFactory< T > Class Template Reference

#include <GaudiKernel/Auditor.h>

Static Public Member Functions

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

Detailed Description

template<class T>
class AudFactory< T >

Definition at line 148 of file Auditor.h.

Member Function Documentation

template<class T >
template<typename S , typename... Args>
static S::ReturnType AudFactory< T >::create ( Args &&...  args)
inlinestatic

Definition at line 153 of file Auditor.h.

154  {
155  return new T( std::forward<Args>( args )... );
156  }

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