#include <ElasticDecayUtil.h>
|
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 EmptyProperty & | value () |
|
Definition at line 18 of file ElasticDecayUtil.h.
◆ EmptyProperty() [1/3]
template<typename... T_Args>
EmptyProperty::EmptyProperty |
( |
T_Args... |
| ) |
|
|
inline |
◆ 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 |
◆ 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 |
◆ value()
The documentation for this struct was generated from the following file: