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

◆ operator=()

MarshaledResult & Ice::MarshaledResult::operator= ( MarshaledResult && rhs)
default

Move assignment operator.

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

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