#include <GaudiKernel/Auditor.h>
|
template<typename S , typename... Args> |
static S::ReturnType | create (Args &&...args) |
|
template<class T>
class AudFactory< T >
Definition at line 257 of file Auditor.h.
template<class T >
template<typename S , typename... Args>
static S::ReturnType AudFactory< T >::create |
( |
Args &&... |
args | ) |
|
|
inlinestatic |
Definition at line 261 of file Auditor.h.
262 return new T(std::forward<Args>(
args)...);
The documentation for this class was generated from the following file: