[#bsl-basic_syncbuf-2constructor-06] = xref:bsl.adoc[bsl]::xref:bsl/basic_syncbuf.adoc[basic_syncbuf]::basic_syncbuf :relfileprefix: ../../ :mrdocs: Create a `basic_syncbuf` object by moving the contents of the specified `original` object, using the specified `allocator`. == Synopsis Declared in `<bslstl_syncbuf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- basic_syncbuf( xref:bsl/basic_syncbuf.adoc[basic_syncbuf]&& original, ALLOCATOR const& allocator); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#