ExtRemoteTyped::operator=(constExtRemoteTyped&) 메서드(engextcpp.hpp)
연산자= 오버로드된 대입 연산자는 다른 개체에서 정보를 복사하여 ExtRemoteTyped 개체가 나타내는 형식화된 데이터를 설정합니다.
통사론
ExtRemoteTyped & operator=(
[in, ref] const ExtRemoteTyped & Typed
);
매개 변수
[in, ref] Typed
이 개체에 할당할 데이터와 형식을 나타내는 기존 ExtRemoteTyped 개체입니다.
반환 값
operator=ExtRemoteTyped 개체를 반환합니다.
발언
형식화된 데이터는 ExtRemoteTyped::Copy(Debug Typed Data) 또는 ExtRemoteTyped::Copy(ExtRemoteTyped) 메서드를 사용하여 복사할 수도 있습니다.
요구 사항
요구 | 값 |
---|---|
대상 플랫폼 | 바탕 화면 |
헤더 | engextcpp.hpp(Engextcpp.hpp 포함) |