cuda::experimental::synchronous_resource_ref#

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

Type erased wrapper around a synchronous_resource that satisfies _Properties.

Template Parameters:

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