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