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