cuda::experimental::resource_ref#
-
template<class ..._Properties>
using cuda::experimental::resource_ref = basic_resource_ref<_ResourceKind::_Asynchronous, _Properties...># Type erased wrapper around a
resourcethat satisfies_Properties.- Template Parameters:
_Properties – The properties that any resource wrapped within the
resource_refneeds to satisfy