cuda::experimental::resource_ref
#
-
template<class ..._Properties>
using cuda::experimental::resource_ref = basic_resource_ref<_ResourceKind::_Asynchronous, _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