BOSS 8.0.0
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
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
template<class U>
result_type operator() (const U &iU) const

Detailed Description

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

Definition at line 37 of file Event/DecayChain/include/DecayChain/Element/MakerTrait.h.

Member Typedef Documentation

◆ result_type [1/3]

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

◆ result_type [2/3]

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

◆ result_type [3/3]

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

Member Function Documentation

◆ operator()() [1/3]

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

◆ operator()() [2/3]

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

Definition at line 41 of file InstallArea/x86_64-el9-gcc13-dbg/include/DecayChain/Element/MakerTrait.h.

41 {
42 return result_type( new T( iU ) );
43 }

◆ operator()() [3/3]

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

Definition at line 41 of file InstallArea/x86_64-el9-gcc13-opt/include/DecayChain/Element/MakerTrait.h.

41 {
42 return result_type( new T( iU ) );
43 }

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