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