طريقة System::MakeScopeGuard
System::MakeScopeGuard method
دالة مصنع تنشئ مثيلات من فئة ScopedGuard.
template<typename F> ScopeGuard<F> System::MakeScopeGuard(F f)
| Parameter | الوصف |
|---|---|
| ال | نوع كائن الدالة الذي سيتم استدعاؤه بواسطة كائن ScopedGuard المُنشأ |
| Parameter | Type | الوصف |
|---|---|---|
| f | F | كائن الدالة لتمريره إلى مُنشئ فئة ScopedGuard. |
ReturnValue
مثيل جديد من فئة ScopedGuard
انظر أيضًا
- Namespace System
- Library Aspose.Page for C++