36bool RefBase::DeleterBase::
39 ARCCORE_UNUSED(instance);
49bool RefBase::DeleterBase::
50_destroyHandle(
const void* instance, Internal::ExternalRef& handle)
52 return _destroyHandleTrue(instance, handle);
58bool RefBase::DeleterBase::
59_destroyHandle(
void* instance, Internal::ExternalRef& handle)
61 return _destroyHandleTrue(instance, handle);
Management of references to a C++ class.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --