[#bsl-basic_syncbuf-2constructor-06] = xref:bsl.adoc[bsl]::xref:bsl/basic_syncbuf.adoc[basic_syncbuf]::basic_syncbuf :relfileprefix: ../../ :mrdocs: Create a `basic_syncbuf` by moving from `original`. == 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); ---- == Description Create a `basic_syncbuf` object by moving the contents of the specified `original` object, using the specified `allocator`. == Parameters [cols="1,4"] |=== | Name| Description | *original* | object from which to move‐construct | *allocator* | allocator used to supply memory |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#