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