¶template <typename T>
using decorated_local_ptr = sycl::local_ptr<T>;
template <typename T>
using decorated_local_ptr = sycl::local_ptr<T>;
Declared at: include/sycl_wrappers.h:45
Template Parameters
- T