cuda::experimental::resource_ref

Defined in include/cuda/experimental/__memory_resource/any_resource.cuh

template<class ..._Properties>
using cuda::experimental::resource_ref = basic_resource_ref<_ResourceKind::_Synchronous, _Properties...>

Type erased wrapper around a resource that satisfies _Properties.

Template Parameters

_Properties – The properties that any resource wrapped within the resource_ref needs to satisfy