[#bsl-basic_syncbuf-operator_assign-0e] = xref:bsl.adoc[bsl]::xref:bsl/basic_syncbuf.adoc[basic_syncbuf]::operator= :relfileprefix: ../../ :mrdocs: 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. == Synopsis Declared in `<bslstl_syncbuf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_syncbuf.adoc[basic_syncbuf<CHAR, TRAITS, ALLOCATOR>]& operator=(xref:bsl/basic_syncbuf.adoc[basic_syncbuf]&& original); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#