Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ operator=() [2/2]

ObjectPrx & Ice::ObjectPrx::operator= ( ObjectPrx && rhs)
defaultnoexcept

Move assignment operator.

Replaces the contents of this proxy with the contents of rhs using move semantics.

Parameters
rhsThe proxy to move from.
Returns
A reference to this proxy.