MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / operator ()

Method operator ()

include/internal/CL/cl.hpp:1589–1591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1587{
1588 Func f_; const Arg0& arg0_; const Arg1& arg1_;
1589 cl_int operator ()(
1590 cl_uint param, ::size_t size, void* value, ::size_t* size_ret)
1591 { return f_(arg0_, arg1_, param, size, value, size_ret); }
1592};
1593
1594template <typename Func, typename Arg0, typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected