Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
The operator* overloaded operator returns the typed data that is pointed to by the typed data represented by this object.
Syntax
ExtRemoteTyped operator*();
Parameters
This method has no parameters.
Return value
The operator* operator returns a new ExtRemoteData object that represents the typed data pointed to by the typed data represented by this object.
Remarks
If the typed data represented by this object is an array, the first element in the array is returned.
The ExtRemoteTyped::Dereference method performs the same function.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Desktop |
| Header | engextcpp.hpp (include Engextcpp.hpp) |