System::BuildObject 메서드

System::BuildObject method

공유 소유권을 가진 객체를 생성합니다.

template<typename T,typename...> Details::ObjectBuilder<T, SharedPtr<T>> System::BuildObject(Args &&... args)
매개변수설명
T생성할 객체의 유형
인수객체 생성에 대한 인수 유형
매개변수형식설명
argsArgs&&…객체 생성자에 전달할 인수

ReturnValue

공유 포인터 구성을 위한 ObjectBuilder

비고

SharedPtr를 생성하고 해당 객체에 대한 빌더를 반환합니다 Object construction must be finished with Get() call

또 보기