An identity workfunction used in the skeleton framework can be both typed and typeless. In most of the cases if the workfunction used in a parametric dependency is strictly typed, meaning that it has defined result_type
, the corresponding identity workfunction should be typed with the same type.
More...
Public Types | |
using | type = identity< typename WF::result_type > |
An identity workfunction used in the skeleton framework can be both typed and typeless. In most of the cases if the workfunction used in a parametric dependency is strictly typed, meaning that it has defined result_type
, the corresponding identity workfunction should be typed with the same type.