ExtRemoteTyped::operator=(constExtRemoteTyped&) method (engextcpp.hpp)
The operator= overloaded assignment operator sets the typed data represented by the ExtRemoteTyped object by copying the information from another object.
Syntax
ExtRemoteTyped & operator=(
[in, ref] const ExtRemoteTyped & Typed
);
Parameters
[in, ref] Typed
An existing ExtRemoteTyped object that represents the data and type to be assigned to this object.
Return value
operator= returns the ExtRemoteTyped object.
Remarks
The typed data can also be copied using the ExtRemoteTyped::Copy(Debug Typed Data) or ExtRemoteTyped::Copy(ExtRemoteTyped) methods.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | engextcpp.hpp (include Engextcpp.hpp) |