[#bsl-basic_stringbuf-2constructor-012] = xref:bsl.adoc[bsl]::xref:bsl/basic_stringbuf.adoc[basic_stringbuf]::basic_stringbuf :relfileprefix: ../../ :mrdocs: Create a `basic_stringbuf` by move‐constructing from `original`. == Synopsis Declared in `<bslstl_stringbuf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- basic_stringbuf( xref:bsl/basic_stringbuf.adoc[basic_stringbuf]&& original, xref:bsl/basic_stringbuf/allocator_type.adoc[allocator_type] const& allocator); ---- == Description Same as the move constructor taking `basic_stringbuf&&`. == 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]#