ToolFactory< T > Struct Template Reference

#include <GaudiKernel/AlgTool.h>

Static Public Member Functions

template<typename S , typename... Args>
static S::ReturnType create (Args &&...args)
 

Detailed Description

template<class T>
struct ToolFactory< T >

Definition at line 528 of file AlgTool.h.

Member Function Documentation

template<class T >
template<typename S , typename... Args>
static S::ReturnType ToolFactory< T >::create ( Args &&...  args)
inlinestatic

Definition at line 530 of file AlgTool.h.

530  {
531  return new T(std::forward<Args>(args)...);
532  }
list args
Definition: gaudirun.py:290

The documentation for this struct was generated from the following file: