System::MakeScopeGuard yöntemi
System::MakeScopeGuard method
ScopedGuard sınıfının örneklerini oluşturan bir fabrika işlevi.
template<typename F> ScopeGuard<F> System::MakeScopeGuard(F f)
| Parameter | Açıklama |
|---|---|
| Bu | Oluşturulan ScopedGuard nesnesi tarafından çağrılacak fonksiyon nesnesinin tipi |
| Parameter | Type | Açıklama |
|---|---|---|
| f | F | ScopedGuard sınıfının yapıcısına geçirilecek fonksiyon nesnesi. |
ReturnValue
ScopedGuard sınıfının yeni bir örneği
Ayrıca Bakınız
- Namespace System
- Library Aspose.Page for C++