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

◆ operator=() [1/2]

CommunicatorHolder & Ice::CommunicatorHolder::operator= ( CommunicatorHolder && holder)
noexcept

Move assignment operator.

Destroys the current communicator (if any) and adopts a new communicator.

Parameters
holderThe holder from which to adopt a communicator.