BOSS 7.0.5
BESIII Offline Software System
Loading...
Searching...
No Matches
dchain::NewMaker< T > Struct Template Reference

#include <MakerTrait.h>

Public Types

typedef ReferenceHolderBase< T *, T & > result_type
 
typedef ReferenceHolderBase< T *, T & > result_type
 

Public Member Functions

template<class U >
result_type operator() (const U &iU) const
 
template<class U >
result_type operator() (const U &iU) const
 

Detailed Description

template<class T>
struct dchain::NewMaker< T >

Definition at line 38 of file Event/DecayChain/DecayChain-00-00-03-slc6tag/DecayChain/Element/MakerTrait.h.

Member Typedef Documentation

◆ result_type [1/2]

template<class T >
typedef ReferenceHolderBase<T*, T&> dchain::NewMaker< T >::result_type

◆ result_type [2/2]

template<class T >
typedef ReferenceHolderBase<T*, T&> dchain::NewMaker< T >::result_type

Member Function Documentation

◆ operator()() [1/2]

template<class T >
template<class U >
result_type dchain::NewMaker< T >::operator() ( const U &  iU) const
inline

◆ operator()() [2/2]

template<class T >
template<class U >
result_type dchain::NewMaker< T >::operator() ( const U &  iU) const
inline

Definition at line 43 of file InstallArea/include/DecayChain/DecayChain/Element/MakerTrait.h.

43 {
44 return result_type(new T(iU));
45 }

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