syclreference.com
  1. SYCL
  2. | API Reference
  3. | multi_ptr
  4. | multi_ptr
  5. | operator=

operator=

MISSING


multi_ptr<void, asp> & operator=(cl::sycl::multi_ptr<void, asp>::pointer_t ptr)
(1)
template <typename overloadDependantT, typename >
multi_ptr<void, asp> & operator=(void * ptr)
(2)
  1. Assign a pointer to this object
    Parameters:
    • cl::sycl::multi_ptr<void, asp>::pointer_t ptr : New pointer that the object should manipulate
  2. Assign a pointer to this object
    Parameters:
    • void * ptr : New pointer that the object should manipulate

syclreference.com — SYCL Reference Pages

Last updated: 2019-01-24 00:24:52 +0000