35class ARCANE_CORE_EXPORT ServiceInstanceRef
41 ServiceInstanceRef(
const RefType& r)
47 ServiceInstanceRef() =
default;
53 return ServiceInstanceRef(RefType::create(p));
57 return ServiceInstanceRef(RefType::_createNoDestroy(p));
61 return ServiceInstanceRef(RefType::createWithHandle(p, handle));
67 void reset() { m_instance.reset(); }