MCPcopy Create free account
hub / github.com/boostorg/compute / set_args

Method set_args

include/boost/compute/kernel.hpp:277–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275 /// Sets the arguments for the kernel to \p args.
276 template<class... T>
277 void set_args(T&&... args)
278 {
279 BOOST_ASSERT(sizeof...(T) <= arity());
280
281 _set_args<0>(args...);
282 }
283 #endif // BOOST_COMPUTE_NO_VARIADIC_TEMPLATES
284
285 #if defined(CL_VERSION_2_0) || defined(BOOST_COMPUTE_DOXYGEN_INVOKED)

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.45

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.36