System::InitObject method
System::InitObject method
Starts initialization of an object with shared ownership.
template<typename T> Details::ObjectBuilder<T, SharedPtr<T>> System::InitObject(const SharedPtr<T> &object)
| Parameter | Description |
|---|---|
| T | Type of object to initialize |
| Parameter | Type | Description |
|---|---|---|
| object | const SharedPtr<T>& | Object to initialize |
ReturnValue
ObjectBuilder configured for shared pointer construction
Remarks
Object initialization must be finished with Get() call
See Also
- Typedef SharedPtr
- Namespace System
- Library Aspose.PDF for C++