Move-assign from the specified original.
Declared in <bslstl_syncbuf.h>
basic_syncbuf<CHAR, TRAITS, ALLOCATOR>&
operator=(basic_syncbuf&& original);
Call emit() then assign to this object the value of the specified original, and return a reference providing modifiable access to this object. The contents of original are move-assigned to this object. original.get_wrapped() == nullptr after the call.
reference providing modifiable access to this object
| Name | Description |
|---|---|
| original | object from which to move-assign |