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

Method set_args

include/boost/compute/kernel.hpp:417–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415 /// Sets the arguments for the kernel to \p args.
416 template<class... T>
417 void set_args(T&&... args)
418 {
419 BOOST_ASSERT(sizeof...(T) <= arity());
420
421 _set_args<0>(args...);
422 }
423 #endif // BOOST_COMPUTE_NO_VARIADIC_TEMPLATES
424
425 #if defined(BOOST_COMPUTE_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