BuildObject()
System::BuildObject(Args&&…) function
Build an object with shared ownership.
template<typename T,typename...> Details::ObjectBuilder<T, SharedPtr<T>> System::BuildObject(Args &&... args)
Template parameters
| Parameter | Description | 
|---|---|
| T | Type of object to build | 
| Args | Argument types for object construction | 
Arguments
| Parameter | Type | Description | 
|---|---|---|
| args | Args&&… | Arguments to forward to object constructor | 
Return Value
ObjectBuilder configured for shared pointer construction
Remarks
Creates a SharedPtr
See Also
- Typedef SharedPtr
 - Namespace System
 - Library Aspose.Slides