Trivially wraps a workfunction. More...
Classes | |
struct | result |
Nested result struct to compute return type. Redirect to any definition in WF . More... | |
Public Member Functions | |
identity_wf (WF const &freduce) | |
WF & | wf () |
Return reference to wrapped workfunction instance. | |
Trivially wraps a workfunction.
WF | Workfunction type to wrap, hold instance as private base. |
This functor inherits the behavior of its template parameter and exists solely to quiet gcc warning about ambiguous bases in the presence of multiple inheritance (done for the empty base class optimization.