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