System::InitObject 메서드

System::InitObject method

공유 소유권을 가진 객체 초기화를 시작합니다.

template<typename T> Details::ObjectBuilder<T, SharedPtr<T>> System::InitObject(const SharedPtr<T> &object)
매개변수설명
T초기화할 객체의 유형
매개변수형식설명
objectconst SharedPtr<T>&초기화할 Object

ReturnValue

공유 포인터 구성을 위한 ObjectBuilder

비고

Object initialization must be finished with Get() call

또 보기