Belle II Software development
|
this struct is an internal utility. More...
Public Types | |
typedef FunctionOf< n-1, returnType, parameterType, parameterType, Ts... >::functionType | functionType |
Handy typedef for the functionType. | |
this struct is an internal utility.
She provides the typename of an std:function taking n parameters type parameterType and Ts... additional parameters. e.g.: FunctionOf<2, double, SpacePoint>::functionType is the type of a function returning a double and having two SpacePoint as arguments
Definition at line 62 of file SelectionVariable.h.
typedef FunctionOf<n-1,returnType,parameterType,parameterType,Ts...>::functionType functionType |
Handy typedef for the functionType.
Definition at line 65 of file SelectionVariable.h.