DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Static Public Member Functions | List of all members
Gaudi::PluginService::v1::Details::Factory< T > Class Template Reference

#include <PluginServiceDetailsV1.h>

Static Public Member Functions

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

Detailed Description

template<class T>
class Gaudi::PluginService::v1::Details::Factory< T >

Class providing default factory functions.

The template argument T is the class to be created, while the methods template argument S is the specific factory signature.

Definition at line 36 of file PluginServiceDetailsV1.h.

Member Function Documentation

◆ create()

template<class T >
template<typename S , typename... Args>
static S::ReturnType Gaudi::PluginService::v1::Details::Factory< T >::create ( Args &&...  args)
inlinestatic

Definition at line 39 of file PluginServiceDetailsV1.h.


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