Belle II Software development
SelectionVariable< templateArgumentType, Nargs, templateReturnType >::FunctionOf< 0, returnType, parameterType, Ts... > Struct Template Reference

this struct is an internal utility. More...

Public Types

typedef std::function< returnType(Ts...)> functionType
 Handy typedef for the functionType.
 

Detailed Description

template<class templateArgumentType, size_t Nargs, class templateReturnType = double>
template<class returnType, class parameterType, class ... Ts>
struct Belle2::SelectionVariable< templateArgumentType, Nargs, templateReturnType >::FunctionOf< 0, returnType, parameterType, Ts... >

this struct is an internal utility.

She is the guardian of the recursion if n = 0 the job is done: 0 parameterType just Ts

Definition at line 73 of file SelectionVariable.h.

Member Typedef Documentation

◆ functionType

typedef std::function<returnType(Ts...)> functionType

Handy typedef for the functionType.

Definition at line 75 of file SelectionVariable.h.


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