ATLAS Offline Software
Public Member Functions | List of all members
EmptyProperty Struct Reference

#include <ElasticDecayUtil.h>

Collaboration diagram for EmptyProperty:

Public Member Functions

template<typename... T_Args>
 EmptyProperty (T_Args...)
 
template<typename T_Arg1 , typename T_Arg2 , typename... T_Args>
 EmptyProperty (T_Arg1, T_Arg2, std::initializer_list< int > &&, T_Args...)
 
template<typename T_Arg1 , typename T_Arg2 , typename... T_Args>
 EmptyProperty (T_Arg1, T_Arg2, std::initializer_list< double > &&, T_Args...)
 
const EmptyPropertyvalue ()
 

Detailed Description

Definition at line 18 of file ElasticDecayUtil.h.

Constructor & Destructor Documentation

◆ EmptyProperty() [1/3]

template<typename... T_Args>
EmptyProperty::EmptyProperty ( T_Args...  )
inline

Definition at line 20 of file ElasticDecayUtil.h.

20 {}

◆ EmptyProperty() [2/3]

template<typename T_Arg1 , typename T_Arg2 , typename... T_Args>
EmptyProperty::EmptyProperty ( T_Arg1  ,
T_Arg2  ,
std::initializer_list< int > &&  ,
T_Args...   
)
inline

Definition at line 23 of file ElasticDecayUtil.h.

23 {}

◆ EmptyProperty() [3/3]

template<typename T_Arg1 , typename T_Arg2 , typename... T_Args>
EmptyProperty::EmptyProperty ( T_Arg1  ,
T_Arg2  ,
std::initializer_list< double > &&  ,
T_Args...   
)
inline

Definition at line 25 of file ElasticDecayUtil.h.

25 {}

Member Function Documentation

◆ value()

const EmptyProperty& EmptyProperty::value ( )
inline

Definition at line 26 of file ElasticDecayUtil.h.

26 { return *this; }

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