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)
ParameterDescription
TType of object to initialize
ParameterTypeDescription
objectconst SharedPtr<T>&Object to initialize

ReturnValue

ObjectBuilder configured for shared pointer construction

Remarks

Object initialization must be finished with Get() call

See Also