System::Build method
System::Build method
Build an object with direct ownership.
template<typename T,typename...> Details::ObjectBuilder<T> System::Build(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 direct object construction
Remarks
Object construction must be finished with Get() call
See Also
- Namespace System
- Library Aspose.PDF for C++