MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / GetInfoFunctor1

Class GetInfoFunctor1

include/internal/CL/cl.hpp:1586–1592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1584
1585template <typename Func, typename Arg0, typename Arg1>
1586struct GetInfoFunctor1
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>
1595inline cl_int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected