| 1578 | { |
| 1579 | Func f_; const Arg0& arg0_; |
| 1580 | cl_int operator ()( |
| 1581 | cl_uint param, ::size_t size, void* value, ::size_t* size_ret) |
| 1582 | { return f_(arg0_, param, size, value, size_ret); } |
| 1583 | }; |
| 1584 | |
| 1585 | template <typename Func, typename Arg0, typename Arg1> |
nothing calls this directly
no outgoing calls
no test coverage detected